toggle menu
kstatemachine
0.33.0
common
switch theme
search in API
kstatemachine
/
ru.nsk.kstatemachine.statemachine
/
processEventBlocking
process
Event
Blocking
fun
StateMachine
.
processEventBlocking
(
event
:
Event
,
argument
:
Any
?
=
null
)
:
ProcessingResult
Blocking analog of
StateMachine.processEvent
which can be called from usual (not suspendable) code.