Package com.viam.sdk.core.resource
Interface Resource.Stoppable
- Enclosing class:
- Resource
public static interface Resource.Stoppable
Defines the requirements for a Resource to be Stoppable.
All Resources that physically move should be Stoppable.
-
Method Summary
-
Method Details
-
stop
Stop the Resource. This function must be idempotent.- Parameters:
extra
- optional parameters that may be needed to safely stop the Resource
-