ARC SDK
Public Member Functions
Arc::JobSelector Class Referenceabstract

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...
 

Detailed Description

Abstract class used for selecting jobs with JobSupervisor.

Only the select method is meant to be extended.

Since
Added in 5.1.0.

Member Function Documentation

◆ Select()

virtual bool Arc::JobSelector::Select ( const Job job) const
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.

Parameters
jobA Job object which should either be selected or rejected.
Returns
true if passed job should be selected otherwise false is returned.

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