Skip to content

TaskBarProgressState enum

Defined in

Namespace: CrissCross.WPF.UI.TaskBar Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.TaskBar.TaskBarProgressState Modifiers: public sealed

Summary

Specifies the state of the progress indicator in the Windows task bar. https://docs.microsoft.com/en-us/dotnet/api/system.windows.shell.taskbaritemprogressstate?view=windowsdesktop-5.0.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Values

NameValueDescription
None0No progress indicator is displayed in the task bar area.
Indeterminate1A pulsing green (W10) or gray (W11) indicator is displayed in the task bar area.
Normal2A green progress indicator is displayed in the task bar area.
Error4A red progress indicator is displayed in the task bar area.
Paused8A yellow progress indicator is displayed in the task bar area.