TerminalProgressState
Namespace: Hex1b
Assembly: Hex1b.dll
Describes the progress indicator reported by a terminal workload using OSC 9;4.
csharp
public enum TerminalProgressStateFields
Error
Determinate progress indicates an error.
Returns: TerminalProgressState
csharp
Error = 2Indeterminate
Activity is reported without a percentage.
Returns: TerminalProgressState
csharp
Indeterminate = 3None
No progress indicator is displayed.
Returns: TerminalProgressState
csharp
None = 0Normal
Normal determinate progress is displayed.
Returns: TerminalProgressState
csharp
Normal = 1Warning
Determinate progress indicates a warning.
Returns: TerminalProgressState
csharp
Warning = 4