Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ proceed
Method
proceed
launcher/launch/LaunchTask.cpp:148–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void LaunchTask::proceed()
149
{
150
if (state != LaunchTask::Waiting) {
151
return;
152
}
153
m_steps[currentStep]->proceed();
154
}
155
156
bool LaunchTask::canAbort() const
157
{
Callers
2
readyForLaunch
Method · 0.45
onProgressRequested
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected