DefaultActionRunner

Default action runner.

Functions

Link copied to clipboard
open override fun run(name: String, value: JsonSerializable?, situation: Action.Situation? = null, extender: ActionRunRequestExtender? = null, callback: ActionCompletionCallback? = null)

Called to run an action.

Inherited functions

Link copied to clipboard
fun ActionRunner.run(actions: Map<String, JsonSerializable>, situation: Action.Situation? = null, extender: ActionRunRequestExtender? = null)