Table of Contents

Enum WindowsTaskbar.ProgressBarState

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

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