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:
parent
6ec420bdb9
commit
d591ec7f69
@ -61,6 +61,10 @@ namespace Observatory.UI.ViewModels
|
||||
worker.ReadAllStarted();
|
||||
}
|
||||
LogMonitor.GetInstance.ReadAllJournals();
|
||||
foreach (var worker in workers)
|
||||
{
|
||||
worker.ReadAllFinished();
|
||||
}
|
||||
}
|
||||
|
||||
public void ToggleMonitor()
|
||||
|
Loading…
x
Reference in New Issue
Block a user