ShellChannelState Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Defines all the possible connection states of an ShellChannel object. Intended to be used by Rebex Terminal infrastructure.
Syntax
public enum ShellChannelState
Fields
Name | Description |
---|---|
Connected | The ShellChannel is connected or data is still available to be read. |
NotConnected | The ShellChannel was either never connected, or is no longer connected. |