Added stats

This commit is contained in:
mrbesen 2017-05-20 15:27:54 +02:00
부모 9a19bb7152
커밋 37aa021674
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -164,4 +164,9 @@ public class JobManager implements Iterator<Job>{
getnewThread().start();
}
}
public boolean isCompiling() {
return isCompiling;
}
}