getTaskCount

현재 간트 차트에 로드된 총 작업 수를 반환합니다.

number getTaskCount();
number일정에 있는 총 작업 수

Example

gantt.getTaskCount();

See also
Back to top