[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Return the exit code from the process.
Source position: oldlinux.pp line 1361
function WSTOPSIG( |
Status: Integer |
):Integer; |
WSTOPSIG is an alias for WEXITSTATUS.
|
Wait for a process to terminate |
|
|
Wait for process to terminate. |
|
|
Return the signal that caused a process to exit. |
|
|
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. |
|
|
Extract the exit status from the WaitPID result. |
lazarus-ccr.sourceforge.net |