Enum ShellComponent.ProgressMode
Enum describing different progress modes.
Namespace: OpenTK.Platform.Native.Windows
Assembly: OpenTK.Platform.dll
Syntax
public enum ShellComponent.ProgressMode
Fields
| Name | Description |
|---|---|
| Error | The application encountered an error while processing data. |
| Indeterminate | The application is processing data but cannot make a time estimate for when the operation will be finished. |
| NoProgress | No progress bar is shown. |
| Normal | The application is processing data. Use |
| Paused | The application has paused the data processing. |