APIs, concepts, guides, and more

◆ Remove()

void Remove ( )
Description:
Removes the task from its RTTaskManager, effectively stopping it and cleaning up resources. The task will no longer be monitored or executed by the RTTaskManager.
Note
This does not delete the RTTask API object itself, it only removes it from the manager.
See also
Stop, TimingReset, StatusGet, Real-Time Tasks