| Class | Description |
---|
 | OnCardJobExecutor |
A job executor that is downloading/executing everything on the card
|
 | OnCardJobExecutorProfile |
Represents the base class for defining the profile of a certain job executor.
|
 | OnCardJobExecutorSettingView |
Interaction logic for OnCardJobExecutorSettingView
|
 | OnHostJobExecutor |
Provides a job executor to process all job elements in a job, controlled by the host. Each job element is processed by a single job element executor.
|
 | OnHostJobExecutorProfile |
Represents the base class for defining the profile of a certain job executor.
|
 | OnHostJobExecutorSettingView |
Interaction logic for OnHostJobExecutorSettingView
|
 | QuickJobExecutor |
A job executor that is controlled by the host application. It will skip all the automation and flow job elements.
|
 | QuickJobExecutorProfile |
Represents the base class for defining the profile of a certain job executor.
|
 | QuickJobExecutorSettingView |
Interaction logic for QuickJobExecutorSettingView
|
 | SimpleJobExecutor |
A job executor that is controlled by the host application to do the very basic of execution. It processes only vector graphics, ignoring MOTF and tiling. The vector content is downloaded to the scan controller, and executed.
|
 | SimpleJobExecutorProfile |
Represents the base class for defining the profile of a certain job executor.
|