Admin Production rocket
Current Publication

TerminalReady Property

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
TerminalReady Property (OpenSystemsGraphicsTerminalControl)
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 OpenSystemsGraphicsTerminalControl
Dim value As Boolean
 
value = instance.TerminalReady

                  

                     
                     
[Category("Terminal")]
[Description("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.")]
[ReadOnly(true)]
public bool TerminalReady {get;}

                  
See Also