findSelectedTasks method



Returns a TaskList object that contains the currently selected tasks.

Syntax

TaskList = Scheduler.findSelectedTasks()

Applies to

Scheduler object.

Parameters

none.

Return value

TaskList. The TaskList value references a TaskList object containing the selected tasks.

Usage

This method returns a TaskList object that contains a list of all the currently selected tasks in the Scheduler object on which this method is invoked.

See also

findAllTasks method
findTask method (through TaskList)
findTask method (through Scheduler)