clearAll

removes all events from the scheduler

void clearAll();

Example

scheduler.clearAll();

Details

Note, the method invokes the onClearAll event.

See also
Back to top