IJob |
| Name | Description | |
|---|---|---|
| RunAsync(JobDefinition, BaseJobExecutorProfile, CancellationTokenSource) | Runs asynchronously a given job with a given profile. The default scan controller will be the first listed in the job. | |
| RunAsync(JobDefinition, Type, CancellationTokenSource) | Runs asynchronously a given job with a specific type of job executor using its default profile. The default scan controller will be the first listed in the job. |