Enum DispatcherOperationStatus
- Namespace
- nanoFramework.UI.Threading
- Assembly
- nanoFramework.Graphics.dll
An enumeration describing the status of a DispatcherOperation.
public enum DispatcherOperationStatus
Fields
Aborted = 1
The operation has been aborted.
Completed = 2
The operation has been completed.
Executing = 3
The operation has started executing, but has not completed yet.
Pending = 0
The operation is still pending.