Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CJobQueue Member List

This is the complete list of members for CJobQueue, including all inherited members.

AddJob(CJob *job)CJobQueue
CancelJob(const CJob *job)CJobQueue
CancelJobs()CJobQueue
CJobQueue(bool lifo=false, unsigned int jobsAtOnce=1, CJob::PRIORITY priority=CJob::PRIORITY_LOW)CJobQueue
IsProcessing() constCJobQueue
OnJobAbort(unsigned int jobID, CJob *job) overrideCJobQueuevirtual
OnJobComplete(unsigned int jobID, bool success, CJob *job) overrideCJobQueuevirtual
OnJobProgress(unsigned int jobID, unsigned int progress, unsigned int total, const CJob *job)IJobCallbackinlinevirtual
QueueEmpty() constCJobQueueprotected
Submit(F &&f)CJobQueueinline
~CJobQueue() overrideCJobQueue
~IJobCallback()=defaultIJobCallbackvirtual