Enum TaskBarProgressState
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
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.