Click or drag to resize

BaseJobExecutor Methods

The BaseJobExecutor type exposes the following members.

Methods
 NameDescription
Protected methodApplyBaseProfile Applies the given job executor profile. The properties of BaseJobExecutorProfile are applied here.
Protected methodApplyCustomProfile Applies the given job executor profile. The properties that are specific to the concrete class should be applied here.
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Inherited from BasePlugin)
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 
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin)
Protected methodOnJobElementExecuteListCalled 
Protected methodOnJobElementSetListCalled 
Protected methodOnRunJobEnded 
Protected methodOnRunJobStarted 
Protected methodRun Runs a given job definition.
Public methodShowUI
(Overrides BasePluginShowUI(String))
Public methodShowUICallback
(Overrides BasePluginShowUICallback(PluginSettingsView))
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