IJob |
Name | Description | |
---|---|---|
![]() | RunSync(JobDefinition, BaseJobExecutorProfile, CancellationTokenSource) | Runs synchronously a given job with a given profile. The default scan controller will be the first listed in the job. If job contains multiple scan controllers, it will be executed sequentially. Use RunAsync(JobDefinition, BaseJobExecutorProfile, CancellationTokenSource) for parallel execution. |
![]() | RunSync(JobDefinition, Type, CancellationTokenSource) | Runs synchronously 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. If job contains multiple scan controllers, it will be executed sequentially. Use RunAsync(JobDefinition, Type, CancellationTokenSource) for parallel execution. |