Skip to content

Miscellaneous

These are some extra commands that don't fit into any of the other categories.

StopOpModeCommand

StopOpModeCommand is very simple: it stops the currently running OpMode.

kotlin
StopOpModeCommand()