| [Overview][Constants][Types][Procedures and functions][Index] | 
Return the signal that caused a process to exit.
Source position: bunxovlh.inc line 97
| function wtermsig( | 
| Status: cint | 
| ):cint; | 
WTERMSIG extracts from Status the signal number which caused the process to exit.
| 
 | Wait for a process to terminate | |
| 
 | Return the exit code from the process. | |
| 
 | Check whether the process exited normally | |
| 
 | Check whether the process was exited by a signal. | |
| 
 | Extract the exit status from the fpWaitPID result. |