Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
bool Task::wasSuccessful() const
178
{
179
return m_state == State::Succeeded;
180
}
181
182
QString Task::failReason() const
183
{
Callers
14
onStepFinished
Method · 0.80
updateFinished
Method · 0.80
vinfoDownloadFailed
Method · 0.80
processDownloadedVersionInfo
Method · 0.80
fetchFlameKey
Method · 0.80
uploadPaste
Method · 0.80
exec
Method · 0.80
handleTaskFinish
Method · 0.80
handleImmediateResult
Method · 0.80
test_basicRun
Method · 0.80
test_basicConcurrentRun
Method · 0.80
test_moreConcurrentRun
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