Click or drag to resize

BaseThreadCoordinatedJobExecutor Methods

The BaseThreadCoordinatedJobExecutor type exposes the following members.

Methods
 NameDescription
Protected methodApplyBaseProfile Applies the given job executor profile. The properties of BaseJobExecutorProfile are applied here.
(Inherited from BaseJobExecutor)
Protected methodApplyCustomProfile Applies the given job executor profile. The properties that are specific to the concrete class should be applied here.
(Inherited from BaseJobExecutor)
Protected methodCleanUpProcess Runs the extra logic after the main process is done.
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Overrides BasePluginDispose(Boolean))
Public methodDisposeUI Disposes the given setting view.
(Inherited from BasePlugin)
Protected methodDoDisposeUI
(Inherited from BasePlugin)
Protected methodDoShowUI Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Inherited from BasePlugin)
Protected methodDoShowUICallback Invokes the callback that can be used when the DoShowUI method is done.
(Inherited from BasePlugin)
Protected methodExecuteSingleList
(Overrides BaseJobExecutorExecuteSingleList(JobDefinition, BaseScanController))
Protected methodHandleAutomationJobElement 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.
Protected methodHandleChildJobElementProcessingStarting 
Protected methodHandleMarkableJobElement 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.
Protected methodHandleScanControllerError 
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin)
Protected methodOnJobElementExecuteListCalled
(Inherited from BaseJobExecutor)
Protected methodOnJobElementSetListCalled
(Inherited from BaseJobExecutor)
Protected methodOnRunJobEnded
(Inherited from BaseJobExecutor)
Protected methodOnRunJobStarted
(Inherited from BaseJobExecutor)
Protected methodPostIteration Runs the extra logic after the last job element is processed..
Protected methodPostRun Runs the extra process after the main process using the last scan controller, in the Run method, is done.
Protected methodPreIteration Runs the extra logic before the first job element is processed..
Protected methodPreRun Runs the preparation before the main process using the first scan controller, in the Run method, is done.
Protected methodRun Runs a given job definition.
(Overrides BaseJobExecutorRun(JobDefinition, String))
Public methodShowUI
(Inherited from BaseJobExecutor)
Public methodShowUICallback
(Inherited from BaseJobExecutor)
Public methodShowUICancelCallback Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin)
Public methodToString
(Inherited from BasePlugin)
Top
See Also