createTaskList method



Creates an empty TaskList object.

Syntax

TaskList = Scheduler.createTaskList()

Applies to

Scheduler object.

Parameters

none.

Return value

TaskList. The TaskList value references the empty TaskList object created by this method.

Usage

You can add tasks to the empty TaskList object using the addTask() method. You can then call other methods to perform operations on the tasks in the Tasklist as a group. For example, linkTasks() links all the tasks in the Tasklist.

See also

addTask method
collapseTasks method
deleteTasks method
demoteTasks method
expandTasks method
findTask method
getTaskCount method
linkTasks method
promoteTasks method
removeAllTasks method
removeTask method
unlinkTasks method