io commander
This commit is contained in:
@@ -32,6 +32,7 @@ public class WorkflowList
|
||||
long total = 0;
|
||||
foreach (BaseOperation operation in Operations)
|
||||
{
|
||||
if (Context.CancellationToken.IsCancellationRequested) break;
|
||||
operation.Interpret(Context);
|
||||
}
|
||||
_executionCounter++;
|
||||
|
||||
Reference in New Issue
Block a user