Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 2216719a authored by Michael KRISPER's avatar Michael KRISPER
Browse files

More Frequently Updates in Status Bar

parent 292ef0a1
Branches bugfix/EDELIVERY-13839-rest-error-fix-redirection
No related tags found
No related merge requests found
......@@ -409,7 +409,7 @@ namespace VECTO3GUI2020.ViewModel.Implementation
Time = DateTime.Now,
Type = MessageType.InfoMessage,
});
status.Report("No jobs selected");
status.Report("No Jobs selected");
return;
}
}
......@@ -631,7 +631,7 @@ namespace VECTO3GUI2020.ViewModel.Implementation
PrintRuns(justFinished, fileWriters, outputMessages);
finishedRuns.AddRange(justFinished.Select(x => x.Key));
var delayMs = 500;
var delayMs = 100;
Task.Delay(delayMs, ct).Wait(delayMs);
}
start.Stop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment