Navigation

Operators and Keywords

Function List:

C++ API

: WIFSTOPPED (status)

Given status from a call to waitpid, return true if the child process was stopped by delivery of a signal.

This is only possible if the call was done using WUNTRACED or when the child is being traced (see ptrace(2)).

See also: waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP, WSTOPSIG, WIFCONTINUED.

Package: octave