onAfterBatchUpdate

fires after the batchUpdate method has been called

void onAfterBatchUpdate();

Example

scheduler.attachEvent("onAfterBatchUpdate", function(){
    // your code here
});

See also
Change log

added in version 7.1

Back to top