I've got a number of ActiveStateMachines that work in concert, but then something big happens at which point I need to stop them all (so I call Stop() on them all), but I don't want any events to be queued up while they're paused -- I will reenable them later after the big thing is over, and when I click Start() again I'd like them to continue right where they were. Suggestions? thanks
I've got a number of ActiveStateMachines that work in concert, but then something big happens at which point I need to stop them all (so I call Stop() on them all), but I don't want any events to be queued up while they're paused -- I will reenable them later after the big thing is over, and when I click Start() again I'd like them to continue right where they were. Suggestions? thanks