loupeteam / TcSequencer

A sequencing system for Beckhoff.
MIT License
5 stars 0 forks source link

Fix caching status checks #8

Closed shanereetz closed 6 months ago

shanereetz commented 6 months ago

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.