Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
bool Task::isFinished() const
173
{
174
return m_state != State::Running && m_state != State::Inactive;
175
}
176
177
bool Task::wasSuccessful() const
178
{
Callers
9
modrinthCallback
Method · 0.80
flameCallback
Method · 0.80
handleImmediateResult
Method · 0.80
next
Method · 0.80
test_basicRun
Method · 0.80
test_basicConcurrentRun
Method · 0.80
test_moreConcurrentRun
Method · 0.80
test_basicSequentialRun
Method · 0.80
test_basicMultipleOptionsRun
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_basicRun
Method · 0.64
test_basicConcurrentRun
Method · 0.64
test_moreConcurrentRun
Method · 0.64
test_basicSequentialRun
Method · 0.64
test_basicMultipleOptionsRun
Method · 0.64