Table of Contents

Enum TaskbarProgressBarState

Namespace
Microsoft.WindowsAPICodePack.Taskbar
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Represents the thumbnail progress bar state.

public enum TaskbarProgressBarState

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