AsyncGuardedTransition

constructor(startState: S, event: E?, targetState: S?, targetMap: String?, automatic: Boolean, type: TransitionType, guard: StateGuard<C, A>, action: AsyncStateAction<C, A, R>?)