Click or drag to resize

TaskbarProgressState Enumeration

Taskbar state for Taskbar.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum TaskbarProgressState
Members
  Member nameValueDescription
None0 The default state with no progress or indication.
Progress1 Standard state with visible progress.
Indeterminate2 Indeterminate state where the progressbar value will be ignored.
Error3 Error state where the taskbar will try to signal to the end user that an error occured.
Paused4 The paused state.
See Also