Specifies the status of the terminal control.
            
Namespace: Flex.Hal.TermAssembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
 Syntax
SyntaxPublic Enumeration ActionStatus
 Members
Members| Member name | Value | Description | 
|---|
| Idle | 0 | Idle state. | 
| RunningMacro | 2 | A macro is running. | 
| RecordingMacro | 4 | A macro is recording. | 
| TextingString | 8 | A text string is sending to the screen. | 
| SendingFile | 16 | A file is sending to host. | 
| ReceivingFile | 32 | A file is receiving from host. | 
| TransferringFile | 48 | A file transfer is in progress. | 
| MacroPaused | 64 | A running macro is paused. | 
 See Also
See Also