Details
-
Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Current behavior
- The SuspendOrder(kill) command cancels the execution of a script before suspending.
- The ResumeOrders command without position lets the order fail because it has been killed (catchable in try/catch).
- (Because JOC always resumes the Order with explicit position, this cannot not happen with JOC).
Desired behavior
- A resumed order, canceled with SuspendOrder, should be repeated unless isNotRepeatable does not allow this.
- As before, ResumeOrder with explicit position overrides this behavior.
Attachments
Issue Links
- relates to
-
JS-2152 Add option to reset current instruction when suspending orders
- Released