enum SimulationManager::SimState¶
States the simulation can be in.
#include <simulation_manager.h> enum SimState { Created, Initialized, Running, Stopped, Failed, NotSet, };
States the simulation can be in.
#include <simulation_manager.h> enum SimState { Created, Initialized, Running, Stopped, Failed, NotSet, };