ITask Interface
Task interface.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public interface ITask : INotifyPropertyChanged
Public Interface ITask
Inherits INotifyPropertyChanged
- Implements
- INotifyPropertyChanged
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.
|
Cancel |
Cancel the task in progress.
|
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.
|