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

Callers 2

readyForLaunchMethod · 0.45
onProgressRequestedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected