findAllTasks method



Return a list of all tasks in this schedule.

Syntax

TaskList = Scheduler.findAllTasks()

Applies to

Scheduler object.

Parameters

none.

Return value

TaskList. A TaskList object containing a list of all tasks in the schedule on which this method is invoked.

Usage

This method returns a TaskList object that contains a list of all tasks in this schedule

Example
Topic 2

See also
findSelectedTasks method
Topic 2