|
ImagingTools Core SDK
|
#include <IJobStatus.h>
Public Member Functions | |
| virtual IJobQueueManager::ProcessingStatus | GetProcessingStatus () const =0 |
| virtual void | SetProcessingStatus (IJobQueueManager::ProcessingStatus status)=0 |
| virtual double | GetProgress () const =0 |
| virtual void | SetProgress (double progress)=0 |
Interface for managing job execution status and progress.
Definition at line 16 of file IJobStatus.h.
|
pure virtual |
Get current processing status of the job.
|
pure virtual |
Get current progress of the job (0.0 to 1.0).
|
pure virtual |
Set processing status of the job.
| status | New processing status |
|
pure virtual |
Set progress of the job.
| progress | Progress value between 0.0 and 1.0 |