[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Suspend a running process
Source position: processbody.inc line 118
0 on success, nonzero otherwise.
Suspend suspends a running process. If the call is successful, the process is suspended: it stops running, but can be made to execute again using the Resume call.
Suspend is fundamentally different from TProcess.Terminate which actually stops the process.
On error, a nonzero result is returned.
|
Options to be used when starting the process. |
|
|
Resume execution of a suspended process |
|
|
Terminate a running process |
|
|
Execute the program with the given options |