[Overview][Constants][Types][Procedures and functions][Variables] |
Exit the current process
Source position: oldlinux.pp line 1353
procedure ExitProcess( |
val: LongInt |
); |
ExitProcessexits the currently running process, and report Valas the exit status.
Remark: | If this call is executed, the normal unit finalization code will not be executed. This may lead to unexpected errors and stray files on your system. It is therefore recommended to use the Haltcall instead. |
None.
|
Create child process |
|
|
Execute process using environment |