Unit 'process' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#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: Sep 29 2022