You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From unknown CodePlex user on Friday, 02 September 2016 06:35:12
For my Version, I fixed the below in AlgorithmBase.cs (commented out the original code and added PendingAbortion state) and it works fine now when aborting an Algorithm using Abort().
The switch case for PendingAbortion will never be executed if the contract requires Aborted state.
From unknown CodePlex user on Friday, 02 September 2016 06:35:12
For my Version, I fixed the below in AlgorithmBase.cs (commented out the original code and added PendingAbortion state) and it works fine now when aborting an Algorithm using Abort().
The switch case for PendingAbortion will never be executed if the contract requires Aborted state.
The text was updated successfully, but these errors were encountered: