onBeforeBatchUpdate

batchUpdate 메서드가 실행되기 바로 전에 트리거됩니다.

void onBeforeBatchUpdate();

Example

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

See also
Change log

버전 7.1에 추가됨

맨 위로