|
ARC SDK
|
Abstract class used for selecting jobs with JobSupervisor. More...
#include <JobSupervisor.h>
Public Member Functions | |
| virtual bool | Select (const Job &job) const =0 |
| Indicate whether a job should be selected or not. More... | |
Abstract class used for selecting jobs with JobSupervisor.
Only the select method is meant to be extended.
|
pure virtual |
Indicate whether a job should be selected or not.
This method should be extended and should indicate whether the passed job should be selected or not by returning a boolean.
| job | A Job object which should either be selected or rejected. |
1.8.14