Change failure behavior to match previous implementation
This commit is contained in:
parent
db1aa495ac
commit
43d6ea82cd
4 changed files with 24 additions and 22 deletions
|
|
@ -72,8 +72,8 @@ namespace LibationWinForms.ProcessQueue
|
|||
Status = ProcessBookStatus.Cancelled;
|
||||
break;
|
||||
case ProcessBookResult.FailedRetry:
|
||||
statusText = "Queued";
|
||||
Status = ProcessBookStatus.Queued;
|
||||
statusText = "Error, will retry later";
|
||||
Status = ProcessBookStatus.Failed;
|
||||
break;
|
||||
case ProcessBookResult.FailedSkip:
|
||||
statusText = "Error, Skippping";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue