'Declaration<FlagsAttribute()> Public Enum WaitForOption Inherits System.Enum
'UsageDim instance As WaitForOption
[Flags()] public enum WaitForOption : System.Enum
'Declaration<FlagsAttribute()> Public Enum WaitForOption Inherits System.Enum
'UsageDim instance As WaitForOption
[Flags()] public enum WaitForOption : System.Enum
| Member | Description |
|---|---|
| AllowKeystrokes | Allows keystrokes while a wait is in progress. |
| HexData | Portions of the specified string following a backslash are interpreted using either hexadecimal code or C-language character conventions. |
| NoDisplay | Does not display incoming text while a wait is in progress. |
| None | No options. |
| NoTranslation | The specified string contains binary data which matches exactly what the host receives without any host-to-PC character conversion. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.WaitForOption