getTaskCount

gets the number of tasks that are currently loaded in the gantt

number getTaskCount();

Returns

numberthe number of tasks in the schedule

Example

gantt.getTaskCount();

See also
Back to top