Unit 'process' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TProcess.Running

Determines whether the process is still running.

Declaration

Source position: processbody.inc line 157

published property TProcess.Running : Boolean
  read GetRunning;

Description

Running can be read to determine whether the process is still running.

See also

TProcess.Terminate

  

Terminate a running process.

TProcess.Active

  

Start or stop the process.

TProcess.ExitStatus

  

Exit status of the process.

TProcess.ExitCode

  

Exit code of the process.


Documentation generated on: Jul 24 2023