QuartzSchedulerResourcesMakeSchedulerThreadDaemon Property

Quartz.NET 3.0 API Documentation
Gets or sets a value indicating whether to make scheduler thread daemon.

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

C#
public bool MakeSchedulerThreadDaemon { get; set; }

Property Value

Type: Boolean
true if scheduler should be thread daemon; otherwise, false.
See Also

Reference