Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DispatcherOperation::Status Property

 

Gets the current status of the operation..

Namespace:   System.Windows.Threading
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property DispatcherOperationStatus Status {
	DispatcherOperationStatus get();
}

Property Value

Type: System.Windows.Threading::DispatcherOperationStatus

The status of the operation.

The stages of a DispatcherOperation are Pending, Executing, and Completed. At any point before the operation has completed, the status can be set to Aborted.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft