run

abstract fun run(name: String, value: JsonSerializable?, situation: Int? = null, extender: ActionRunRequestExtender? = null, callback: ActionCompletionCallback? = null)

Called to run an action.

Parameters

name

The action name.

value

The action value.

situation

The situation. Defaults to Action.SITUATION_MANUAL_INVOCATION

extender

An optional request extender.

callback

An optional completion callback.