Instantly terminate the program.
Source position: amigados.pas line 1615
procedure DOSExit( |
returnCode: LongInt |
); |
returnCode |
|
Process' return code. |
Calling this function bypasses normal termination sequence of your program. Automatically opened libraries will not be closed, destructors will not be called, etc. Do this only if you really know what are you doing. It's not advised to use this function at all.