Base |
The BaseThreadCoordinatedJobExecutor type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyBaseProfile |
Applies the given job executor profile. The properties of BaseJobExecutorProfile are applied here.
(Inherited from BaseJobExecutor) |
![]() | ApplyCustomProfile |
Applies the given job executor profile. The properties that are specific to the concrete class should be applied here.
(Inherited from BaseJobExecutor) |
![]() | CleanUpProcess | Runs the extra logic after the main process is done. |
![]() | Dispose | (Inherited from BasePlugin) |
![]() | Dispose(Boolean) | (Overrides BasePluginDispose(Boolean)) |
![]() | 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.
(Inherited from BasePlugin) |
![]() | DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Inherited from BasePlugin) |
![]() | ExecuteSingleList | (Overrides BaseJobExecutorExecuteSingleList(JobDefinition, BaseScanController)) |
![]() | 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. |
![]() | HandleChildJobElementProcessingStarting | |
![]() | 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. |
![]() | HandleScanControllerError | |
![]() | Initialize |
Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin) |
![]() | 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.. |
![]() | PostRun | Runs the extra process after the main process using the last scan controller, in the Run method, is done. |
![]() | PreIteration | Runs the extra logic before the first job element is processed.. |
![]() | PreRun | Runs the preparation before the main process using the first scan controller, in the Run method, is done. |
![]() | Run |
Runs a given job definition.
(Overrides BaseJobExecutorRun(JobDefinition, String)) |
![]() | 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) |