The ITask type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| OnStart |
This operation is called by the framework when it starts a task.
Specific task classes implement this method to define actions
performed on task start.
|
Properties
| Name | Description | |
|---|---|---|
| CurrViewName |
Used for holding the current view (interaction point) name.
| |
| Navigator |
Each task should be linked to a proper Navigator instance.
This property is responsible for such linking.
| |
| TasksManager |
Read/write property for associating a task with its context
TasksManager object.
|