emergencyStop

Dangerous method: call to IMMEDIATELY terminate the OpMode. No further code will run, and this should only be used in emergencies.

See the Exceptions.EmergencyStop for terminating the OpMode through an exception that does not silently terminate the OpMode.