| [Overview][Constants][Types][Procedures and functions][Index] | 
Return the exit code from the process.
Source position: bunxovlh.inc line 95
| function wstopsig( | 
| Status: cint | 
| ):cint; | 
WSTOPSIG is an alias for WEXITSTATUS.
| 
 | Wait for a process to terminate | |
| 
 | Return the signal that caused a process to exit. | |
| 
 | Check whether the process exited normally | |
| 
 | Check whether the process was exited by a signal. | |
| 
 | Extract the exit status from the fpWaitPID result. |