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;
}
}