[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Exit status of the process.
Source position: processbody.inc line 135
public property TPROCESS.ExitStatus : Integer |
ExitStatus contains the exit status as reported by the OS for the process when it stopped executing: Normally, this is the exit code of the process.
The value of this property is only meaningful when the process has finished executing. If it is not yet running then the value is -1. (it was zero in earlier versions of FPC)
|
Determines whether the process is still running. |
|
|
Terminate a running process |
|
|
Exit code of the process |