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

Method wasSuccessful

launcher/tasks/Task.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177bool Task::wasSuccessful() const
178{
179 return m_state == State::Succeeded;
180}
181
182QString Task::failReason() const
183{

Callers 14

onStepFinishedMethod · 0.80
updateFinishedMethod · 0.80
vinfoDownloadFailedMethod · 0.80
fetchFlameKeyMethod · 0.80
uploadPasteMethod · 0.80
execMethod · 0.80
handleTaskFinishMethod · 0.80
handleImmediateResultMethod · 0.80
test_basicRunMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_basicRunMethod · 0.64