wifsignaled
Check whether the process was exited by a signal.
Declaration
Source position: bunxovlh.inc line 96
function wifsignaled(Status: cint) : Boolean;
Description
WIFSIGNALED returns True if Status indicates that the process exited because it received a signal.
See also
| Name | Description |
|---|---|
| FpWaitPID | Wait for a process to terminate |
| WEXITSTATUS | Extract the exit status from the fpWaitPID result. |
| WIFEXITED | Check whether the process exited normally |
| WSTOPSIG | Return the exit code from the process. |
| WTERMSIG | Return the signal that caused a process to exit. |