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