[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Exit code of the process
Source position: process.pp line 134
public property TProcess.ExitCode : Integer |
ExitCode is the actual exit code of the process. On unixes, 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 wheter the process is still running. |
|
|
Wait for the program to stop executing. |
|
|
Terminate a running process |