[Overview][Constants][Types][Procedures and functions][Index] |
Extract the exit status from the fpWaitPID result.
Source position: bunxovlh.inc line 94
function wexitStatus( |
Status: cint |
):cint; |
WEXITSTATUS can be used to extract the exit status from Status, the result of the FpWaitPID call.
|
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 |
|
|
Check whether the process was exited by a signal. |