FindInactiveBooks now fires ScanBegin and ScanEnd events
This commit is contained in:
parent
d993941c4d
commit
7bcabdda38
@ -31,6 +31,13 @@ namespace ApplicationServices
|
|||||||
{
|
{
|
||||||
logRestart();
|
logRestart();
|
||||||
|
|
||||||
|
lock (_lock)
|
||||||
|
{
|
||||||
|
if (Scanning)
|
||||||
|
return new();
|
||||||
|
ScanBegin?.Invoke(null, accounts.Length);
|
||||||
|
}
|
||||||
|
|
||||||
//These are the minimum response groups required for the
|
//These are the minimum response groups required for the
|
||||||
//library scanner to pass all validation and filtering.
|
//library scanner to pass all validation and filtering.
|
||||||
var libraryOptions = new LibraryOptions
|
var libraryOptions = new LibraryOptions
|
||||||
@ -83,6 +90,7 @@ namespace ApplicationServices
|
|||||||
{
|
{
|
||||||
stop();
|
stop();
|
||||||
var putBreakPointHere = logOutput;
|
var putBreakPointHere = logOutput;
|
||||||
|
ScanEnd?.Invoke(null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user