* @brief Returns whether the control script is currently running. */
| 176 | * @brief Returns whether the control script is currently running. |
| 177 | */ |
| 178 | bool DataModel::ControlScript::running() const |
| 179 | { |
| 180 | return m_running; |
| 181 | } |
| 182 | |
| 183 | //-------------------------------------------------------------------------------------------------- |
| 184 | // Setters |
no outgoing calls
no test coverage detected