Added stats

Bu işleme şunda yer alıyor:
mrbesen 2017-05-20 15:27:54 +02:00
ebeveyn 9a19bb7152
işleme 37aa021674
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme

Dosyayı Görüntüle

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