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