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

Stopped, or not yet started.

idle

Ready to process an event.

processing

Processing an event.

terminated

The machine is terminated and can no longer process events.

Created with MrDocs