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