boost::msm::backmp11::machine_state
Describes the state of the state machine.
Synopsis
Declared in <boost/msm/backmp11/common_types.hpp>
enum class machine_state : uint8_t;
Members
Name |
Description |
|
Stopped, or not yet started. |
|
Ready to process an event. |
|
Processing an event. |
|
The machine is terminated and can no longer process events. |
Created with MrDocs