Runs an async process
| C# | Visual Basic | Visual C++ |
public interface ITask
Public Interface ITask
public interface class ITask
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Callback |
A callback that should fire after the job is done
| |
| Description |
The description for the job
| |
| Excluded |
A flag indicating that this job is included in progress
| |
| IsDone |
The indicator if the worker is done
| |
| Run()()()() |
Runs the worker
| |
| StartTime |
Starting time
| |
| Tick()()()() |
Heartbeat
| |
| Token |
Token (used for checking progress etc.)
|