KStateMachine / kstatemachine

KStateMachine is a Kotlin DSL library for creating state machines and statecharts.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
340 stars 19 forks source link

Add machine method to get current active states (configuration) #20

Closed nsk90 closed 3 years ago

nsk90 commented 3 years ago

This is not one state but some collection of states. As states and even machines may be hierarchical. States also might be parallel (not implemented yet).

nsk90 commented 3 years ago

done in 0bcc2175