deleteTasks method



Deletes from the schedule all tasks in the TaskList.

Syntax

Scheduler.deleteTasks(Tasklist)

Applies to

Scheduler object.

Parameters

Tasklist
TaskList. The Tasklist parameter references the TaskList object from which this method removes all tasks.

Return value

none.

Usage

This method removes all tasks from the TaskList referenced by Tasklist and deletes them from the Scheduler.

See also

removeTask
removeAllTasks
addTask method