Enum DispatcherOperationStatus
- Namespace
- GHIElectronics.Endpoint.UI.Threading
- Assembly
- GHIElectronics.Endpoint.UI.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.