transition Events
Parameters
value
Specifies the actions performed, and the next state entered, when a `condition`
evaluates to TRUE.
Parameters
values
Specifies the actions performed, and the next state entered, when a `condition`
evaluates to TRUE.
suspend fun transitionEvents(argument: List<suspend DetectorModelTransitionEventArgsBuilder.() -> Unit>)
suspend fun transitionEvents(vararg argument: suspend DetectorModelTransitionEventArgsBuilder.() -> Unit)
Parameters
argument
Specifies the actions performed, and the next state entered, when a `condition`
evaluates to TRUE.