Skip to content

TerminalProgressState

Namespace: Hex1b

Assembly: Hex1b.dll

Describes the progress indicator reported by a terminal workload using OSC 9;4.

csharp
public enum TerminalProgressState

Fields

Error

Determinate progress indicates an error.

Returns: TerminalProgressState

csharp
Error = 2

Indeterminate

Activity is reported without a percentage.

Returns: TerminalProgressState

csharp
Indeterminate = 3

None

No progress indicator is displayed.

Returns: TerminalProgressState

csharp
None = 0

Normal

Normal determinate progress is displayed.

Returns: TerminalProgressState

csharp
Normal = 1

Warning

Determinate progress indicates a warning.

Returns: TerminalProgressState

csharp
Warning = 4

Released under the MIT License.