Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CJobManager, including all inherited members.
AddJob(CJob *job, IJobCallback *callback, CJob::PRIORITY priority=CJob::PRIORITY_LOW) | CJobManager | |
CancelJob(unsigned int jobID) | CJobManager | |
CancelJobs() | CJobManager | |
CJob class | CJobManager | friend |
CJobManager() | CJobManager | |
CJobQueue class | CJobManager | friend |
CJobWorker class | CJobManager | friend |
GetNextJob() | CJobManager | protected |
IsProcessing(const std::string &type) const | CJobManager | |
IsProcessing(const CJob::PRIORITY &priority) const | CJobManager | |
OnJobComplete(bool success, CJob *job) | CJobManager | protected |
OnJobProgress(unsigned int progress, unsigned int total, const CJob *job) const | CJobManager | protected |
PauseJobs() | CJobManager | |
Restart() | CJobManager | |
Submit(F &&f, CJob::PRIORITY priority=CJob::PRIORITY_LOW) | CJobManager | inline |
Submit(F &&f, IJobCallback *callback, CJob::PRIORITY priority=CJob::PRIORITY_LOW) | CJobManager | inline |
UnPauseJobs() | CJobManager |