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