Enum ProgressState
Represents the state of a progress bar associated with an Window
public enum ProgressState
Fields
Error = 4The progress bar is shown in an error state
Indeterminate = 1The progress bar is shown in an indeterminate state
Invalid = -1Represents an invalid progress state
You might want to check TryGet(out string?) for more information.
None = 0No progress bar is shown
Normal = 2The progress bar is shown in a normal state
Paused = 3The progress bar is shown in a paused state