onAfterBatchUpdate

batchUpdate 메서드 실행이 완료된 직후에 트리거됩니다.

void onAfterBatchUpdate();

Example

scheduler.attachEvent("onAfterBatchUpdate", function(){
    // 여기에 코드 작성
});

See also
Change log

버전 7.1에 추가됨

맨 위로