Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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
CJobManager()CJobManager
CJobQueueCJobManagerfriend
CJobWorkerCJobManagerfriend
GetNextJob()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