MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / proceed

Method proceed

launcher/launch/LaunchTask.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void LaunchTask::proceed()
165{
166 if(state != LaunchTask::Waiting)
167 {
168 return;
169 }
170 m_steps[currentStep]->proceed();
171}
172
173bool LaunchTask::canAbort() const
174{

Callers 2

readyForLaunchMethod · 0.45
onProgressRequestedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected