Skip to content

TerminalState

Namespace: Hex1b

Assembly: Hex1b.dll

Represents the lifecycle state of a terminal session.

csharp
public enum TerminalState

Fields

Completed

The terminal session has completed (process exited).

Returns: TerminalState

csharp
Completed = 2

NotStarted

The terminal session has not started yet.

Returns: TerminalState

csharp
NotStarted = 0

Running

The terminal session is currently running.

Returns: TerminalState

csharp
Running = 1

Released under the MIT License.