[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'process' (#fcl)

TProcess.ExitCode

Exit code of the process

Declaration

Source position: process.pp line 134

public property TProcess.ExitCode : Integer
  read GetExitCode;

Description

ExitCode is the actual exit code of the process. On unixes, this may differ from the ExitStatus value if the process was terminated by a signal: in that case ExitStatus is the raw exit status as reported by one of the unix Wait command, and ExitCode is the exit code reported by the program.

See also

TProcess.ExitStatus

  

Exit status of the process.

TProcess.Running

  

Determines wheter the process is still running.

TProcess.WaitOnExit

  

Wait for the program to stop executing.

TProcess.Terminate

  

Terminate a running process


Documentation generated on: Nov 14 2015