Notify workers when read all process is finished.
This commit is contained in:
parent
6ec420bdb9
commit
d591ec7f69
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@ namespace Observatory.UI.ViewModels
|
|||
worker.ReadAllStarted();
|
||||
}
|
||||
LogMonitor.GetInstance.ReadAllJournals();
|
||||
foreach (var worker in workers)
|
||||
{
|
||||
worker.ReadAllFinished();
|
||||
}
|
||||
}
|
||||
|
||||
public void ToggleMonitor()
|
||||
|
|
|
|||
Loading…
Reference in a new issue