RoutineAgentInterface
Types
Functions
Link copied to clipboard
abstract fun addListener(listener: RoutineAgentInterface.RoutineListener)
Content copied to clipboard
Add listener for routine
Link copied to clipboard
Returns a current context
Link copied to clipboard
Link copied to clipboard
abstract fun pause(directive: StartDirectiveHandler.StartDirective): Boolean
Content copied to clipboard
Pause a routine started by directive
Link copied to clipboard
abstract fun removeListener(listener: RoutineAgentInterface.RoutineListener)
Content copied to clipboard
Remove listener for routine
Link copied to clipboard
abstract fun resume(directive: StartDirectiveHandler.StartDirective): Boolean
Content copied to clipboard
Resume a routine started by directive
Link copied to clipboard
abstract fun start(directive: StartDirectiveHandler.StartDirective): Boolean
Content copied to clipboard
Start a routine
Link copied to clipboard
abstract fun stop(directive: StartDirectiveHandler.StartDirective): Boolean
Content copied to clipboard
Stop a routine started by directive