MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / isRunning

Method isRunning

ImagePlay/include/IPProcessGrid.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 IPProcessGridScene* scene () { return _scene; }
71 void stopExecution () { _stopExecution = true; }
72 bool isRunning () { return _isRunning; }
73
74signals:
75 void sequenceChanged (int index, int count);

Callers 2

reloadPluginsMethod · 0.80
unloadPluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected