Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CSysInfoJob Class Reference

#include <SystemInfo.h>

Inheritance diagram for CSysInfoJob:
CJob

Public Member Functions

 CSysInfoJob ()
 
bool DoWork () override
 Main workhorse function of CJob instances.
 
const CSysDataGetData () const
 
- Public Member Functions inherited from CJob
 CJob ()
 
virtual ~CJob ()=default
 Destructor for job objects.
 
virtual const char * GetType () const
 Function that returns the type of job.
 
virtual bool operator== (const CJob *job) const
 
virtual bool ShouldCancel (unsigned int progress, unsigned int total) const
 Function for longer jobs to report progress and check whether they have been cancelled.
 

Static Public Member Functions

static CSysData::INTERNET_STATE GetInternetState ()
 

Additional Inherited Members

- Public Types inherited from CJob
enum  PRIORITY {
  PRIORITY_LOW_PAUSABLE = 0 , PRIORITY_LOW , PRIORITY_NORMAL , PRIORITY_HIGH ,
  PRIORITY_DEDICATED
}
 Priority levels for jobs, specified by clients when adding jobs to the CJobManager. More...
 

Constructor & Destructor Documentation

◆ CSysInfoJob()

CSysInfoJob::CSysInfoJob ( )
default

Member Function Documentation

◆ DoWork()

bool CSysInfoJob::DoWork ( )
overridevirtual

Main workhorse function of CJob instances.

All CJob subclasses must implement this function, performing all processing. Once this function is complete, the OnJobComplete() callback is called, and the job is then destroyed.

See also
CJobManager, IJobCallback::OnJobComplete()

Implements CJob.

◆ GetData()

const CSysData & CSysInfoJob::GetData ( ) const

◆ GetInternetState()

CSysData::INTERNET_STATE CSysInfoJob::GetInternetState ( )
static

The documentation for this class was generated from the following files: