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: