The ITask type exposes the following members.

Methods

  NameDescription
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

  NameDescription
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.

See Also