When I fire process_event("eventname"), How can I check if the state transition occurred or if no_transition was called?
Basically, I would like that the class that fires/calls process_event("eventname") be able to tell if the transition occurred. Currently I can't determine this.
Any ideas?
Thank you