TerminalReady Property (OpenSystemsGraphicsTerminalControl)
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.
[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;}