[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Exit code of the process
Source position: processbody.inc line 136
public property TPROCESS.ExitCode : Integer |
ExitCode is the actual exit code of the process. On UNIX, this may differ from the ExitStatus value if the process was terminated by a signal: in that case ExitStatus is the raw exit status as reported by one of the UNIX Wait command, and ExitCode is the exit code reported by the program.
|
Exit status of the process. |
|
|
Determines whether the process is still running. |
|
|
Wait for the program to stop executing. |
|
|
Terminate a running process |