MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isRunning

Method isRunning

launcher/tasks/Task.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool Task::isRunning() const
168{
169 return m_state == State::Running;
170}
171
172bool Task::isFinished() const
173{

Callers 15

launchMethod · 0.45
killMethod · 0.45
updateToolsMenuMethod · 0.45
instanceChangedMethod · 0.45
updateLaunchButtonsMethod · 0.45
ModFolderPageMethod · 0.45
shouldDisplayMethod · 0.45
VersionPageMethod · 0.45
ExternalResourcesPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected