MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getCurrentTask

Method getCurrentTask

launcher/java/JavaInstallList.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59Task::Ptr JavaInstallList::getCurrentTask()
60{
61 if (m_status == Status::InProgress) {
62 return m_load_task;
63 }
64 return nullptr;
65}
66
67void JavaInstallList::load()
68{

Callers 1

CoreModFolderPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected