Click or drag to resize

IProgressMonitor Properties

The IProgressMonitor type exposes the following members.

Properties
 NameDescription
Public propertyIsDisposed Gets a flag indicating whether this instance is disposed.
Public propertyProgress Gets the progress. If the value changes, it must be notified through the INotifyPropertyChanged interface.
Public propertyStatus Gets the overall status of the task.
Public propertyTaskName Gets the name of the task.
Public propertyText0 Gets the text at level 0. If the value changes, it must be notified through the INotifyPropertyChanged interface.
Top
See Also