ReplProgressState
Describes the semantic state of a progress update.
- Kind:
Enum - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ReplProgressState.cs
Signature
Section titled “Signature”public enum ReplProgressStateFields
Section titled “Fields”Clears any currently displayed progress indicator.
Clear = 4Returns
Section titled “Returns”Progress update in an error state.
Error = 2Returns
Section titled “Returns”Indeterminate
Section titled “Indeterminate”Operation is active but no percentage is currently known.
Indeterminate = 3Returns
Section titled “Returns”Normal
Section titled “Normal”Normal in-flight progress.
Normal = 0Returns
Section titled “Returns”Warning
Section titled “Warning”Progress update in a warning state.
Warning = 1