-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Description
Expected Behavior
Calling RuntimeError() on IResultHandler should terminate the algorithm.
var resultHandler = Composer.Instance.GetPart<IResultHandler>();
resultHandler.RuntimeError();
Actual Behavior
Nothing happens in the algorithm. Only a log entry appears in the console.
Potential Solution
N/a
Reproducing the Problem
Call the RuntimeError in any consumer (brokerage/datasource):
var resultHandler = Composer.Instance.GetPart<IResultHandler>();
resultHandler.RuntimeError();
Observe that the algorithm continues running instead of terminating.
System Information
N/a
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels