TaskbarProgressState Enumeration |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public enum TaskbarProgressState
Public Enumeration TaskbarProgressState
type TaskbarProgressState
Members
| Member name | Value | Description |
---|
| None | 0 |
The default state with no progress or indication.
|
| Progress | 1 |
Standard state with visible progress.
|
| Indeterminate | 2 |
Indeterminate state where the progressbar value will be ignored.
|
| Error | 3 |
Error state where the taskbar will try to signal to the end user that an error occured.
|
| Paused | 4 |
The paused state.
|
See Also