Skip to main content

DispatcherOperationStatus Enum

Namespace: GHIElectronics.TinyCLR.UI.Threading · Assembly: GHIElectronics.TinyCLR.UI

An enumeration describing the status of a DispatcherOperation.

public enum DispatcherOperationStatus

Fields

NameValueDescription
PendingThe operation is still pending.
AbortedThe operation has been aborted.
CompletedThe operation has been completed.
ExecutingThe operation has started executing, but has not completed yet.