[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TChildExitReason

Reasons for child process exit.

Declaration

Source position: interfacebase.pp line 43

type TChildExitReason = (

  cerExit,

  

Normal exit

  cerSignal

  

Killed

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.