Base |
The BaseJobExecutor type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyBaseProfile | Applies the given job executor profile. The properties of BaseJobExecutorProfile are applied here. | |
| ApplyCustomProfile | Applies the given job executor profile. The properties that are specific to the concrete class should be applied here. | |
| Dispose | (Inherited from BasePlugin) | |
| Dispose(Boolean) | (Inherited from BasePlugin) | |
| 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 | ||
| Initialize |
Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin) | |
| OnJobElementExecuteListCalled | ||
| OnJobElementSetListCalled | ||
| OnRunJobEnded | ||
| OnRunJobStarted | ||
| Run | Runs a given job definition. | |
| ShowUI | (Overrides BasePluginShowUI(String)) | |
| ShowUICallback | (Overrides BasePluginShowUICallback(PluginSettingsView)) | |
| 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) |