DispatcherOperation::Status Property
.NET Framework (current version)
Gets the current status of the operation..
Assembly: WindowsBase (in WindowsBase.dll)
Property Value
Type: System.Windows.Threading::DispatcherOperationStatusThe 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
Available since 3.0
Show: