Added stats

This commit is contained in:
mrbesen 2017-05-20 15:27:54 +02:00
parent 9a19bb7152
commit 37aa021674
1 changed files with 5 additions and 0 deletions

View File

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