MCPcopy Create free account
hub / github.com/commontk/CTK / isRunning

Method isRunning

Libs/CommandLineModules/Core/ctkCmdLineModuleFrontend.cpp:122–125  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

120
121//----------------------------------------------------------------------------
122bool ctkCmdLineModuleFrontend::isRunning() const
123{
124 return d->Future.isRunning();
125}
126
127//----------------------------------------------------------------------------
128bool ctkCmdLineModuleFrontend::isPaused() const

Callers 2

testPauseAndCancelMethod · 0.45
eventMethod · 0.45

Calls

no outgoing calls

Tested by 1

testPauseAndCancelMethod · 0.36