[Overview][Types][Classes] |
Wait for the program to stop executing.
Source position: process.pp line 104
public function TProcess.WaitOnExit: DWord; |
-1 indicates failure, other values are system dependent.
WaitOnExitwaits for the running program to exit and then returns the exit status of the program.
On error, -1 is returned. Other values are system dependent.
|
Exit status of the process. |
|
|
Terminate a running process |
|
|
Determines wheter the process is still running. |