APIs, concepts, guides, and more

◆ Stop()

void Stop ( )
Description:
Stops the task from executing, but retain the resources so that the status and info can still be accessed. There is currently no way to resume a stopped task aside from re-creating it. To completely remove the task, Remove().
See also
StatusGet, Remove(), Real-Time Tasks
Examples
RandomWalk.cpp.