Launcher

Undocumented in source.

Members

Functions

addServer
void addServer(ServerInfo server)
Undocumented in source. Be warned that the author may not have intended to support it.
anyProcessesRunning
bool anyProcessesRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
createJob
void createJob(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
readPluginPacks
void readPluginPacks()
Undocumented in source. Be warned that the author may not have intended to support it.
readPlugins
void readPlugins()
Undocumented in source. Be warned that the author may not have intended to support it.
readServers
void readServers()
Undocumented in source. Be warned that the author may not have intended to support it.
removeServer
void removeServer(size_t serverIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
saveServers
void saveServers()
Undocumented in source. Be warned that the author may not have intended to support it.
setRootPath
void setRootPath(string pluginFolder, string pluginPackFolder, string toolFolder)
Undocumented in source. Be warned that the author may not have intended to support it.
startJob
void startJob(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
stopProcesses
size_t stopProcesses()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

restartJobState
void restartJobState(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
updateJobType
void updateJobType(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
updateTitle
void updateTitle(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

appLog
LineBuffer appLog;
Undocumented in source.
jobs
Job*[] jobs;
Undocumented in source.
numRunningJobs
size_t numRunningJobs;
Undocumented in source.
pluginFolderPath
string pluginFolderPath;
Undocumented in source.
pluginPackFolderPath
string pluginPackFolderPath;
Undocumented in source.
pluginPacks
PluginPack*[] pluginPacks;
Undocumented in source.
plugins
PluginInfo*[] plugins;
Undocumented in source.
pluginsById
PluginInfo*[string] pluginsById;
Undocumented in source.
pluginsPacksById
PluginPack*[string] pluginsPacksById;
Undocumented in source.
servers
ServerInfo*[] servers;
Undocumented in source.

Meta