Construct an exit status based on a signal.
Source position: unix.pp line 92
function W_STOPCODE(
Signal: Integer
):Integer ;
W_STOPCODE constructs an exit status based on Signal, which will cause WIFSIGNALED to return True
Wait for a process to terminate
Wait for 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
Check whether the process is currently stopped.
Check whether the process was exited by a signal.
Construct an exit status based on an return code and signal.
Extract the exit status from the fpWaitPID result.