Return a list of all tasks in this schedule.
TaskList = Scheduler.findAllTasks()
This method returns a TaskList object that contains all tasks in the schedule on which this method is invoked.
See also
findSelectedTasks method
findTask method (through TaskList)
findTask method (through Scheduler)