This commit is contained in:
2026-06-12 00:21:31 +03:30
parent 9e5c715088
commit 28a223b02c
5 changed files with 59 additions and 8 deletions
+4
View File
@@ -57,6 +57,10 @@ public class ProgressMonitor implements Runnable {
// TODO:
// If all chunks are completed, print a final message and exit the loop
if(completedChunks==chunks.size()){
System.out.println("Procsses Done!");
break;
}
try {
Thread.sleep(monitorDelayMs);