Interface Stoppable
- All Known Subinterfaces:
Motor<T>
- All Known Implementing Classes:
BaseAsyncAction,CoreMotor
public interface Stoppable
-
Method Summary
Modifier and TypeMethodDescriptionvoidAsk this component to stop cycling.static void
-
Method Details
-
requestStop
void requestStop()Ask this component to stop cycling. This is an asynchronous request. Once the current active cycle completes, the request will cause the component to stop cooperatively. -
stop
-