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 = 4A red progress indicator is displayed in the task bar area.
Indeterminate = 1A pulsing green (W10) or gray (W11) indicator is displayed in the task bar area.
None = 0No progress indicator is displayed in the task bar area.
Normal = 2A green progress indicator is displayed in the task bar area.
Paused = 8A yellow progress indicator is displayed in the task bar area.