| [Overview][Constants][Types][Procedures and functions][Index] | 
Check whether the process exited normally
Source position: bunxovlh.inc line 93
| function wifexited( | 
| Status: cint | 
| ):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 | |
| 
 | Return the signal that caused a process to exit. | |
| 
 | Return the exit code from the process. | |
| 
 | Check whether the process was exited by a signal. | |
| 
 | Extract the exit status from the fpWaitPID result. |