Click or drag to resize

BaseJobExecutor Properties

The BaseJobExecutor type exposes the following members.

Properties
 NameDescription
Public propertyCancellationTokenSource 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).
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Protected propertyJobExecutorProfile 
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyPluginMetadata 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)
Top
See Also