MCPcopy 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

startNextMethod · 0.45
changeStatusMethod · 0.45
TaskTestClass · 0.45

Calls

no outgoing calls

Tested by 1