stopAll

open fun stopAll()

Stop all threads that are currently running. This will interrupt all threads and remove them from the list of managed threads, not including threads that were started outside of this class. This method is automatically called at the end of a BunyipsOpMode.