createExecutionContext

fun createExecutionContext(memento: Memento): ExecutionContext<State, Event, GuardKey, ActionKey, Memento>

Create a context for executing this StateMachine.

Return

A new execution context.

Parameters

memento

The memento to pass to each action.