deleteTask method



Deletes the row containing a specified task.

Syntax

Scheduler.deleteTask(Task)

Applies to

Scheduler object.

Parameters

Task
Task. The Task parameter references the Task object that this method deletes from the schedule.

Return value

none.

Usage

This method deletes from the schedule the row that contains the task referenced by the Task parameter.

See also

addTask method
removeTask method
removeAllTasks method