KState
Toggle table of contents
v1.6.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KState
KState
/
ca.acendas.kstate.dsl
/
StateConversationalScope
/
leaving
leaving
fun
leaving
(
action
:
(
S
)
->
Unit
)
Defines what happens when leaving this state.
Example:
leaving { state -> println("Left state") }
Content copied to clipboard