Enum MacOSShellComponent.ProgressMode
Enum describing different progress modes.
Namespace: OpenTK.Platform.Native.macOS
Assembly: OpenTK.Platform.dll
Syntax
public enum MacOSShellComponent.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. |