IMutableTriggerDescription Property

Quartz.NET 3.0 API Documentation
Set a description for the ITrigger instance - may be useful for remembering/displaying the purpose of the trigger, though the description has no meaning to Quartz.

Namespace:  Quartz.Spi
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
string Description { get; set; }

Property Value

Type: String

Implements

ITriggerDescription
See Also

Reference