| [Overview][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TRunCommandEventCode
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  | 
);  | 
TRunCommandEventCodeSet is a set of TRunCommandEventCode values.
  | 
Enumeration for the various stages in a process run cycle  |