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

Method isFinished

launcher/tasks/Task.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool Task::isFinished() const
173{
174 return m_state != State::Running && m_state != State::Inactive;
175}
176
177bool Task::wasSuccessful() const
178{

Callers 9

modrinthCallbackMethod · 0.80
flameCallbackMethod · 0.80
handleImmediateResultMethod · 0.80
nextMethod · 0.80
test_basicRunMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_basicRunMethod · 0.64