[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Check whether the process exited normally
Source position: oldlinux.pp line 1362
function WIFEXITED( |
Status: Integer |
):Boolean; |
WIFEXITED checks Status and returns True if the status indicates that the process terminated normally, i.e. was not stopped by a signal.
|
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 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. |
|
|
Extract the exit status from the WaitPID result. |
No notes exist for this page yet.