Enum WindowsTaskbar.ProgressBarState
Represents the thumbnail progress bar state.
public enum WindowsTaskbar.ProgressBarState
- Extension Methods
Fields
Error = 4
An error occurred (red).
Indeterminate = 1
The progress is indeterminate (marquee).
NoProgress = 0
No progress is displayed.
Normal = 2
Normal progress is displayed.
Paused = 8
The operation is paused (yellow).