Enum DispatcherOperationStatus
An enunmeration 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.