MCPcopy Create free account
hub / github.com/LMMS/lmms / isRunning

Function isRunning

include/RemotePlugin.h:785–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783 virtual ~RemotePlugin();
784
785 inline bool isRunning()
786 {
787#ifdef DEBUG_REMOTE_PLUGIN
788 return true;
789#else
790 return m_process.state() != QProcess::NotRunning;
791#endif
792 }
793
794 bool init( const QString &pluginExecutable, bool waitForInitDoneMsg, QStringList extraArgs = {} );
795

Callers

nothing calls this directly

Calls 1

stateMethod · 0.45

Tested by

no test coverage detected