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