MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / running

Method running

app/src/DataModel/Scripting/ControlScript.cpp:178–181  ·  view source on GitHub ↗

* @brief Returns whether the control script is currently running. */

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected