MCPcopy Create free account
hub / github.com/MultiMC/Launcher / proceed

Method proceed

launcher/launch/LaunchTask.cpp:144–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void LaunchTask::proceed()
145{
146 if(state != LaunchTask::Waiting)
147 {
148 return;
149 }
150 m_steps[currentStep]->proceed();
151}
152
153bool LaunchTask::canAbort() const
154{

Callers 2

readyForLaunchMethod · 0.45
onProgressRequestedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected