DispatcherOperationStatus Enumeration

Describes the possible values for the status of a DispatcherOperation object.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum DispatcherOperationStatus

Members

  Member name Description
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.
Pending A value indicating that the operation is pending.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Microsoft.SPOT Namespace