stopAll

@Hook(on = Hook.Target.POST_STOP, priority = 4)
fun stopAll()

Stops all thread tasks that are currently running.

This will interrupt all threads and remove them from the list of managed tasks, excluding ones that were not scheduled through the Threads class.

IMPORTANT: This method is automatically called at the end of any OpMode, via a Hook.