Enum SchedulerOrigin
- Namespace
- Quartz
- Assembly
- Quartz.dll
Where a scheduler QuerySchedulers(CancellationToken) reports came from.
public enum SchedulerOrigin
Fields
Container = 0Registered with the container by
AddQuartz()orAddQuartz(name, …). The container holds its object graph, and the hosted service creates and starts it.Runtime = 1Bound into the container's ISchedulerRepository rather than registered as a scheduler of this container: a scheduler built by
QuartzSchedulerBuilderand made visible by hand, or a remote scheduler registered withAddQuartzHttpClient. Nothing in the container owns its lifetime.