Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getStepStatus
Method
getStepStatus
launcher/tasks/Task.h:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
QString getStatus() { return m_status; }
76
virtual auto getStepStatus() const -> QString { return m_status; }
77
78
qint64 getProgress() { return m_progress; }
79
qint64 getTotalProgress() { return m_progressTotal; }
Callers
4
startNext
Method · 0.45
changeStatus
Method · 0.45
TaskTest
Class · 0.45
test_SetStatus_MultiStep
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_SetStatus_MultiStep
Method · 0.36