Defines shell channel flags. Intended to be used by Rebex Terminal infrastructure.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ShellChannelOptions |
| C# |
|---|
[FlagsAttribute] public enum ShellChannelOptions |
Members
| Member name | Description | |
|---|---|---|
| Shell |
Channel is a shell session.
| |
| Terminal |
Channel has a pseudo-terminal.
| |
| RemoteExecute |
Channel was initialized by remote execute.
| |
| AwaitingPrompt |
Channel is in the "awaiting prompt" state after initialization.
|