boost::msm::backmp11::state_machine::stop
Stops the state machine with a custom event.
Synopsis
Declared in <boost/msm/backmp11/state_machine.hpp>
template<class Event>
void
stop(Event const& final_event);
Description
Calls the active state's exit method(s).
Created with MrDocs