Specifies the status of the terminal control.
Namespace:
Flex.Hal.Term
Assembly:
Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 4.1.4031.1525
Syntax [FlagsAttribute]
public enum ActionStatus
<FlagsAttribute>
Public Enumeration ActionStatus
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.
|
See Also