Transition that can be triggered by multiple events? #19
Answered
by
mattias-mohlin
MartinOrell
asked this question in
Q&A
-
|
In the documentation about Class with State Machine it is stated: I'm not sure how "a capsule state machine can be triggered by multiple events". How do we change that to instead be one transition that can either be triggered by timer1 or timer2? I can't just write |
Beta Was this translation helpful? Give feedback.
Answered by
mattias-mohlin
Aug 26, 2024
Replies: 1 comment 1 reply
-
|
You should separate the triggers with a comma. So you can write |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattias-mohlin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should separate the triggers with a comma. So you can write