Interface Stoppable

All Known Subinterfaces:
Motor<T>
All Known Implementing Classes:
BaseAsyncAction, CoreMotor

public interface Stoppable
  • Method Summary

    Modifier and Type Method Description
    void requestStop()
    Ask this component to stop cycling.
  • 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.