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 whose row index is specified by nIdx.
Usage
This method returns the task in the row specified by the parameter nIdx.
Example
Topic 1
Topic 2
See also
Topic 1
Topic 2