Table of Contents

Enum WindowsTaskbar.ProgressBarState

Namespace
NanoByte.Common.Native
Assembly
NanoByte.Common.dll

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 = 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).