remain

open fun <S : KalugaState> remain(): suspend () -> S

Use this to indicate to the state machine the state should stay the same

Return

a special continuation that will be recognized by the state machine. Running this continuation will cause an error.