Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for IJobCallback, including all inherited members.
OnJobAbort(unsigned int jobID, CJob *job) | IJobCallback | inlinevirtual |
OnJobComplete(unsigned int jobID, bool success, CJob *job)=0 | IJobCallback | pure virtual |
OnJobProgress(unsigned int jobID, unsigned int progress, unsigned int total, const CJob *job) | IJobCallback | inlinevirtual |
~IJobCallback()=default | IJobCallback | virtual |