[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Extract the exit status from the WaitPID result.
Source position: oldlinux.pp line 1359
function WEXITSTATUS( |
Status: Integer |
):Integer; |
WEXITSTATUS can be used to extract the exit status from Status, the result of the WaitPID call.
|
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. |
|
|
Construct an exit status based on a signal. |
No notes exist for this page yet.