This commit is contained in:
mrbesen 2017-05-20 15:27:54 +02:00
parent 9a19bb7152
commit 37aa021674
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni

Vedi File

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