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

TRunCommandEventCodeSet

Set of TRunCommandEventCode

Declaration

Source position: process.pp line 46

type TRunCommandEventCodeSet = set of (

  RunCommandIdle,

  

No data was available for reading

  RunCommandReadOutputString,

  

Output from the command was read as a string

  RunCommandReadOutputStream,

  

Output from the command was read

  RunCommandFinished,

  

The command finished

  RunCommandException

  

An error happened during reading of the command

);

Description

TRunCommandEventCodeSet is a set of TRunCommandEventCode values.

See also

TRunCommandEventCode

  

Enumeration for the various stages in a process run cycle


Documentation generated on: May 14 2021