Closed shanereetz closed 6 months ago
Fix checks related to status caching.
In some places _sequence.activeTasks.IsAbort was used instead of the property IsAbort, which handles status caching as opposed to the more internal version. This could cause issues with statuses not being updated correctly.
What:
Fix checks related to status caching.
Why:
In some places _sequence.activeTasks.IsAbort was used instead of the property IsAbort, which handles status caching as opposed to the more internal version. This could cause issues with statuses not being updated correctly.