OpModeState.INIT
, and it is started in
this OpModeState, and then it becomes OpModeState.ACTIVE
, the command will not
finish prematurely.
Same as Requirements, this should not change.
Command.schedule()
and
Command.cancel()
these methods are the only ways to do so.
If you override these methods, you must include the super method from the
interface.
Command.toString()
must return the name of the command, learn more about
command names and error messages in the next section.