Closed shadd3 closed 3 years ago
Hm, it looks like these are indeed not used. IOperator has the Update method which returns TaskStatus, which in turn is used by the Planner (which holds a LastStatus). This plan execution related task status, and the Planner would hold the TaskStatus of the operator of the task that was executed last tick, so you should find what you need there. Let me know if that resolves the issue for you?
Thanks for pointing this out, pretty incredible I didn't notice this earlier 😅
Hello and many thanks for your work
By installing Callback hooks in the planner;
I try to get last state from any task (for debugging purposes)
But apparently (If i understood well) ITask.LastStatus is never updated internally by any class derived from ITask
Thanks