TerminalState
Namespace: Hex1b
Assembly: Hex1b.dll
Represents the lifecycle state of a terminal session.
csharp
public enum TerminalStateFields
Completed
The terminal session has completed (process exited).
Returns: TerminalState
csharp
Completed = 2NotStarted
The terminal session has not started yet.
Returns: TerminalState
csharp
NotStarted = 0Running
The terminal session is currently running.
Returns: TerminalState
csharp
Running = 1