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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Microsoft.SPOT Namespace