Click or drag to resize

SimpleJobExecutor Properties

The SimpleJobExecutor 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).
(Inherited from BaseJobExecutor)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Protected propertyJobExecutorProfile
(Inherited from BaseJobExecutor)
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