InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.OpenSystems Namespace / OpenSystemsTerminalControl Class / TerminalReady Property


In This Topic
TerminalReady Property (OpenSystemsTerminalControl)
In This Topic
Indicates the state of the terminal instance. See InitInstance for additional details. If the terminal session has been loaded and initialized, then this value is true. If not, it is false.
Syntax
'Declaration
 
<CategoryAttribute("Terminal")>
<DescriptionAttribute("Indicates the state of the terminal session. See InitInstance for additional details. If the terminal session has been loaded and initialized then this value will be true else false.")>
<ReadOnlyAttribute(True)>
Public ReadOnly Property TerminalReady As Boolean
 
'Usage
 
Dim instance As OpenSystemsTerminalControl
Dim value As Boolean
 
value = instance.TerminalReady
See Also