I'm trying to trigger a new state in a statechart with one message or another. Think about "waking up" a sleeping laptop with a message like "mouse click" or "keyboard stroke". Either action would wake it up, so how can you set that up?
I've tried declaring a boolean variable, setting the transition to "condition met" and creating a boolean-type expression, but got some StackOverFlow errors.