|
ImagingTools Core SDK
|
#include <CJobExecutionControllerCompBase.h>
Protected Slots | |
| void | OnJobPolling () |
Protected Member Functions | |
| virtual const IJobProcessor * | GetTaskProcessor (const QByteArray &workerTypeId) const =0 |
Base implementation of a controller for the job execution. This impementation works using polling of the underlaying job manager. If a job in the job queue becomes the status PS_WAITING_FOR_PROCESSING, the controller takes the job item and starts the job execution in a separate thread.
Definition at line 33 of file CJobExecutionControllerCompBase.h.
|
protectedpure virtual |
Get job processor instance for a given worker type.
|
protectedslot |
Transport the inserted job objects to the processing queue.