getTaskCount method
Returns the number of tasks contained within the TaskList.
Syntax
int = TaskList.getTaskCount()
Applies to
TaskList class.
Parameters
none.
Return value
int. The int value indicates the number of tasks in the TaskList.
Usage
This method returns the number of tasks in the TaskList for this scheduler.
See also
getMaximumTaskIndex method