safeGoto

fun FlowControlRunner.safeGoto(state: State)

Goto state without taking into account accidental double-click on wizard button This method is for live wizarded presentations to be used instead of the standard goto() Avoid effects of accidentally clicking a wizard button several times, which would cause it to transition from the same state to itself.

Parameters

state

The state to goto