◆ PingResponseWaiter()
◆ ~PingResponseWaiter()
PingResponseWaiter::~PingResponseWaiter |
( |
| ) |
|
|
inlineoverride |
◆ OnJobComplete()
void PingResponseWaiter::OnJobComplete |
( |
unsigned int | jobID, |
|
|
bool | success, |
|
|
CJob * | job ) |
|
inlineoverridevirtual |
The callback used when a job completes.
OnJobComplete is called at the completion of the job's DoWork() function, and is used to return information to the caller on the result of the job. On returning form this function the CJobManager will destroy this job.
- Parameters
-
jobID | the unique id of the job (as retrieved from CJobManager::AddJob) |
success | the result from the DoWork call |
job | the job that has been processed. The job will be destroyed after this function returns |
- See also
- CJobManager and CJob
Implements IJobCallback.
◆ Ping()
◆ SuccessWaiting()
bool PingResponseWaiter::SuccessWaiting |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: