mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-04 15:16:29 -04:00
Remove ValidationFail books from queue display. Nothing to see there.
This commit is contained in:
@@ -171,12 +171,16 @@ namespace LibationWinForms.ProcessQueue
|
||||
|
||||
if (result == ProcessBookResult.FailedRetry)
|
||||
Queue.Enqueue(nextBook);
|
||||
else if (result == ProcessBookResult.ValidationFail)
|
||||
Queue.ClearCurrent();
|
||||
else if (result == ProcessBookResult.FailedAbort)
|
||||
return;
|
||||
}
|
||||
|
||||
Queue_CompletedCountChanged(this, 0);
|
||||
counterTimer.Stop();
|
||||
virtualFlowControl2.VirtualControlCount = Queue.Count;
|
||||
UpdateAllControls();
|
||||
}
|
||||
|
||||
public void WriteLine(string text)
|
||||
|
||||
Reference in New Issue
Block a user