DispatcherOperationStatus Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes the possible values for the status of a DispatcherOperation object.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Enumeration DispatcherOperationStatus
public enum DispatcherOperationStatus
public enum class DispatcherOperationStatus
type DispatcherOperationStatus
public enum DispatcherOperationStatus
Members
Member name | Description | |
---|---|---|
Pending | A value indicating that the operation is pending. | |
Aborted | A value indicating that the operation has aborted. | |
Completed | A value indicating that the operation has completed. | |
Executing | A value indicating that the operation has started executing but has not completed. |