Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CJobManager Member List

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
CJobCJobManagerfriend
CJobQueueCJobManagerfriend
CJobWorkerCJobManagerfriend
GetInstance()CJobManagerstatic
GetNextJob(const CJobWorker *worker)CJobManagerprotected
IsProcessing(const std::string &type) constCJobManager
IsProcessing(const CJob::PRIORITY &priority) constCJobManager
OnJobComplete(bool success, CJob *job)CJobManagerprotected
OnJobProgress(unsigned int progress, unsigned int total, const CJob *job) constCJobManagerprotected
PauseJobs()CJobManager
Restart()CJobManager
Submit(F &&f, CJob::PRIORITY priority=CJob::PRIORITY_LOW)CJobManagerinline
Submit(F &&f, IJobCallback *callback, CJob::PRIORITY priority=CJob::PRIORITY_LOW)CJobManagerinline
UnPauseJobs()CJobManager