2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

Notify workers when read all process is finished.

This commit is contained in:
Xjph 2021-06-06 10:35:50 -02:30
parent 6ec420bdb9
commit d591ec7f69

View File

@ -61,6 +61,10 @@ namespace Observatory.UI.ViewModels
worker.ReadAllStarted(); worker.ReadAllStarted();
} }
LogMonitor.GetInstance.ReadAllJournals(); LogMonitor.GetInstance.ReadAllJournals();
foreach (var worker in workers)
{
worker.ReadAllFinished();
}
} }
public void ToggleMonitor() public void ToggleMonitor()