Enum DispatcherOperationStatus
An enunmeration describing the status of a DispatcherOperation.
Namespace: System.Windows.Threading
Assembly: OpenSilver.dll
Syntax
public enum DispatcherOperationStatus
Fields
Name | Description |
---|---|
Aborted | The operation has been aborted. |
Completed | The operation has been completed. |
Executing | The operation has started executing, but has not completed yet. |
Pending | The operation is still pending. |