ShellChannelOptions Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Defines shell channel flags. Intended to be used by Rebex Terminal infrastructure.
Syntax
[Flags]
public enum ShellChannelOptions
Fields
Name | Description |
---|---|
AwaitingPrompt | Channel is in the "awaiting prompt" state after initialization. |
RemoteExecute | Channel was initialized by remote execute. |
Shell | Channel is a shell session. |
Terminal | Channel has a pseudo-terminal. |