bindProcessExit("scheduler_on_exit", function () { _log.info("executing scheduled functions"); scheduler.executeAll();});
or
scheduler.register();
Static
Private
Add function with key to list
existing key (duplicate) will be overwritten
Clear Array
Execute functon in key and delete
Execute all function lists
Add function to postpone, the functions will be executed every 5 items added
Register scheduler to process system
Example
or