break;
}
// Running
else if (status == JobStatus.RUNNING) {
if (intervalCount % monitorInfoDisplayPeriod == 0) {
s_logger.info(monitorManager.realtimeReport());
}
try {
Thread.sleep(statusCheckInterval);
} catch (InterruptedException e) {
s_logger.error("Sleep of main thread is interrupted!",