clearAll

스케줄러에서 모든 이벤트를 제거합니다.

void clearAll();

Example

scheduler.clearAll();

Details

이 메서드는 onClearAll 이벤트를 트리거한다는 점을 유의하세요.

See also
맨 위로