destroys a scheduler instance
var myScheduler = Scheduler.getSchedulerInstance();
//destroying a scheduler instance
myScheduler.destructor();
The method destroys a scheduler instance and calls the onDestroy event.
Calling the destructor will:
If you use a package that does not allow creating multiple instances of a scheduler (GPL or Individual editions), calling the scheduler destructor will make scheduler inaccessible until a page is reloaded.
added in version 6.0
Back to top