MCPcopy 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
147void LaunchTask::proceed()
148{
149 if (state != LaunchTask::Waiting) {
150 return;
151 }
152 m_steps[currentStep]->proceed();
153}
154
155bool LaunchTask::canAbort() const
156{

Callers 2

readyForLaunchMethod · 0.45
onProgressRequestedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected