findTask method



Returns the task in a specified row in the schedule.

Syntax

Task = Scheduler.findTask(nIdx)

Applies to

Scheduler object.

Parameters

nIdx
int. The row index of the task that this method returns.

Return value

Task. The Task value references the Task object whose row index is specified by nIdx.

Usage

This method returns the task in the row specified by the parameter nIdx. The first task in the schedule has an index value of 0, the task immediately below it has an index value of 1, and so.

See also

findTask method (through TaskList)
findSelectedTasks method
findAllTasks method