Defines how the Taskbar item shows progress for a long running process
Member of Taskbar (PRIM_FORM.Taskbar)
Data Type - Enumeration
The ProgressStyle property controls how the taskbar item shows progress during a long running process. The ProgressValue property defines the extent of progress.
Enum Value | Description |
---|---|
Error | A red progress indicator is displayed in the taskbar button |
Indeterminate | A pulsing green indicator is displayed in the taskbar button |
None | No progress indicator is displayed in the taskbar button |
Normal | A green progress indicator is displayed in the taskbar button |
Paused | A yellow progress indicator is displayed in the taskbar button |
Febuary 18 V14SP2