Class JobHistoryLoggingOptions
- Namespace
- Quartz
- Assembly
- Quartz.Plugins.dll
Message templates for the classic job history logging plugin.
public sealed class JobHistoryLoggingOptions
- Inheritance
-
JobHistoryLoggingOptions
- Inherited Members
Remarks
The plugin's own Name is not configurable here: the scheduler assigns it the registration
name when it initialises the plugin, so anything set for it would be discarded.
Properties
JobFailedMessage
Overrides the plugin's own template for a job throws.
public string? JobFailedMessage { get; set; }
Property Value
JobSuccessMessage
Overrides the plugin's own template for a job completes successfully.
public string? JobSuccessMessage { get; set; }
Property Value
JobToBeFiredMessage
Overrides the plugin's own template for a job is about to fire.
public string? JobToBeFiredMessage { get; set; }
Property Value
JobWasVetoedMessage
Overrides the plugin's own template for a trigger listener vetoes a job.
public string? JobWasVetoedMessage { get; set; }