Interface Stoppable

    • Method Summary

      Modifier and Type Method Description
      void requestStop()
      Ask this component to stop cycling.
    • Method Detail

      • 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.