TaskbarProgressBarState Enumeration

Specifies a thumbnail progress bar state.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum TaskbarProgressBarState

Remarks

Members

NoProgress 0 No progress is displayed.
Indeterminate 1 The progress is indeterminate (marquee).
Normal 2 Normal progress is displayed.
Error 4 An error occurred (red).
Paused 8 The operation is paused (yellow).

See Also