MCPcopy Create free account
hub / github.com/SoarGroup/Soar / IsRunning

Method IsRunning

Core/KernelSML/src/sml_RunScheduler.cpp:683–686  ·  view source on GitHub ↗

* @brief Returns true if some agents are currently running. *********************************************************************/

Source from the content-addressed store, hash-verified

681* @brief Returns true if some agents are currently running.
682*********************************************************************/
683bool RunScheduler::IsRunning()
684{
685 return m_IsRunning ;
686}
687
688/*************************************************************
689* @brief Run all agents previously marked as being scheduled to run.

Callers 2

HandleCreateAgentMethod · 0.45
HandleIsSoarRunningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected