Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

DOSExit

Instantly terminate the program.

Declaration

Source position: amigados.pas line 1615

procedure DOSExit(

  returnCode: LongInt

);

Arguments

returnCode

  

Process' return code.

Description

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.


Documentation generated on: 2021-07-30