ITask Interface

Task interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface ITask : INotifyPropertyChanged
Implements
INotifyPropertyChanged

Properties

Progress Gets the progress with a value between 0 and 100.
Status Gets the status of the task.
Tag Reference object.
Text Task description text.

Methods

Cancel Cancel the task in progress.

Events

Canceled Event that occurs when the task has been canceled.
Exception Event that throws an unhandled exception.
Finishing Event that occurs when the task is completed.

See Also