Returns a task specified by its index in the TaskList.
Task = TaskList.findTask(nIdx)
This method returns the task whose index in the TaskList is specified by nIdx. The first task in the TaskList has an index value of 0, the nearest task below it has an index value of 1, and so.
See also
findTask method (through Scheduler)
findSelectedTasks method
findAllTasks method