Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
bool Task::isRunning() const
168
{
169
return m_state == State::Running;
170
}
171
172
bool Task::isFinished() const
173
{
Callers
15
launch
Method · 0.45
kill
Method · 0.45
updateToolsMenu
Method · 0.45
on_actionLaunchInstance_triggered
Method · 0.45
on_actionKillInstance_triggered
Method · 0.45
instanceChanged
Method · 0.45
updateLaunchButtons
Method · 0.45
on_btnKillMinecraft_clicked
Method · 0.45
ModFolderPage
Method · 0.45
shouldDisplay
Method · 0.45
VersionPage
Method · 0.45
ExternalResourcesPage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected