Table of Contents

Enum TaskBarProgressState

Namespace
Wpf.Ui.TaskBar
Assembly
Wpf.Ui.dll
public enum TaskBarProgressState

Fields

Error = 4

A red progress indicator is displayed in the task bar area.

Indeterminate = 1

A pulsing green (W10) or gray (W11) indicator is displayed in the task bar area.

None = 0

No progress indicator is displayed in the task bar area.

Normal = 2

A green progress indicator is displayed in the task bar area.

Paused = 8

A yellow progress indicator is displayed in the task bar area.