kodi
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
CJob (defined in CJobManager)CJobManagerfriend
CJobManager() (defined in CJobManager)CJobManager
CJobQueue (defined in CJobManager)CJobManagerfriend
CJobWorker (defined in CJobManager)CJobManagerfriend
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