Enum WindowsTaskbar.ProgressBarState
Represents the thumbnail progress bar state.
[SuppressMessage("Microsoft.Design", "CA1027:MarkEnumsWithFlags", Justification = "These enum values are mutually exclusive and not meant to be ORed like flags")]
public enum WindowsTaskbar.ProgressBarState
- Extension Methods
Fields
Error = 4An error occurred (red).
Indeterminate = 1The progress is indeterminate (marquee).
NoProgress = 0No progress is displayed.
Normal = 2Normal progress is displayed.
Paused = 8The operation is paused (yellow).