Simple |
public class SimpleJobExecutor : BaseJobExecutor
The SimpleJobExecutor type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleJobExecutor | Initializes a new instance of the SimpleJobExecutor class |
| Name | Description | |
|---|---|---|
| CancellationTokenSource |
TokenSource for canceling the execution. This will stop the execution after the current job element is processed. For aborting the current job element call AbortExecution(Boolean).
(Inherited from BaseJobExecutor) | |
| ConfigurationManager | (Inherited from BasePlugin) | |
| JobExecutorProfile | (Inherited from BaseJobExecutor) | |
| LogDirectory |
The directory of the log file.
(Inherited from BasePlugin) | |
| Logger |
The common logger.
(Inherited from BasePlugin) | |
| 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) |
| 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.
(Overrides BaseJobExecutorApplyCustomProfile(BaseJobExecutorProfile)) | |
| 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.
(Overrides BasePluginDoShowUI(String)) | |
| DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Overrides BasePluginDoShowUICallback(PluginSettingsView)) | |
| ExecuteSingleList | (Inherited from BaseJobExecutor) | |
| 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) | |
| Run | (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) |
| Name | Description | |
|---|---|---|
| JobElementExecuteListCalled | (Inherited from BaseJobExecutor) | |
| JobElementSetListCalled | (Inherited from BaseJobExecutor) | |
| RunJobEnded | (Inherited from BaseJobExecutor) | |
| RunJobStarted | (Inherited from BaseJobExecutor) |