On |
public class OnCardJobExecutor : BaseThreadCoordinatedJobExecutor
The OnCardJobExecutor type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnCardJobExecutor | Initializes a new instance of the OnCardJobExecutor class |
Name | Description | |
---|---|---|
![]() | CancellationTokenSource | (Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | ConfigurationManager | (Inherited from BasePlugin) |
![]() | JobElementManager |
The job element manager.
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | JobExecutorProfile | (Inherited from BaseJobExecutor) |
![]() | LogDirectory |
The directory of the log file.
(Inherited from BasePlugin) |
![]() | Logger |
The common logger.
(Inherited from BasePlugin) |
![]() | PathFactory | (Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | PluginMetadata |
The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin) |
![]() | ScanControllers |
The active scan controller for the execution.
(Inherited from BaseThreadCoordinatedJobExecutor) |
Name | Description | |
---|---|---|
![]() | ApplyBaseProfile |
Applies the given job executor profile. The properties of BaseJobExecutorProfile are applied here.
(Inherited from BaseJobExecutor) |
![]() | ApplyCustomProfile | (Overrides BaseJobExecutorApplyCustomProfile(BaseJobExecutorProfile)) |
![]() | CleanUpProcess |
Runs the extra logic after the main process is done.
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | Dispose | (Inherited from BasePlugin) |
![]() | Dispose(Boolean) | (Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | DisposeUI |
Disposes the given setting view.
(Inherited from BasePlugin) |
![]() | DoDisposeUI | (Inherited from BasePlugin) |
![]() | DoShowUI |
Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Overrides BasePluginDoShowUI(String)) |
![]() | DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Overrides BasePluginDoShowUICallback(PluginSettingsView)) |
![]() | ExecuteSingleList | (Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | HandleAutomationJobElement |
Handles a given automation job element when it is being processed by its parent container. The base method will send this job element for further processing.
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | HandleChildJobElementProcessingStarting | (Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | HandleMarkableJobElement |
Handles a given markable job element when it is being processed by its parent container. The base method will send this job element for further processing.
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | HandleScanControllerError | (Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | Initialize |
Initialize the job executor. This includes defining which job elements are managed and the number of concurrent job element executors.
(Overrides BasePluginInitialize) |
![]() | OnJobElementExecuteListCalled | (Inherited from BaseJobExecutor) |
![]() | OnJobElementSetListCalled | (Inherited from BaseJobExecutor) |
![]() | OnRunJobEnded | (Inherited from BaseJobExecutor) |
![]() | OnRunJobStarted | (Inherited from BaseJobExecutor) |
![]() | PostIteration |
Runs the extra logic after the last job element is processed..
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | PostRun |
Runs the extra process after the main process using the last scan controller, in the Run method, is done.
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | PreIteration |
Runs the extra logic before the first job element is processed..
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | PreRun |
Runs the preparation before the main process using the first scan controller, in the Run method, is done.
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | Run |
Runs a given job definition.
(Inherited from BaseThreadCoordinatedJobExecutor) |
![]() | ShowUI | (Inherited from BaseJobExecutor) |
![]() | ShowUICallback | (Inherited from BaseJobExecutor) |
![]() | ShowUICancelCallback |
Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin) |
![]() | ToString | (Inherited from BasePlugin) |
Name | Description | |
---|---|---|
![]() | JobElementExecuteListCalled | (Inherited from BaseJobExecutor) |
![]() | JobElementSetListCalled | (Inherited from BaseJobExecutor) |
![]() | RunJobEnded | (Inherited from BaseJobExecutor) |
![]() | RunJobStarted | (Inherited from BaseJobExecutor) |