Click or drag to resize
SchedulingTimerLastTimerRuns Property
Last runs of the site timers.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax
C#
public static Dictionary<string, DateTime> LastTimerRuns { get; }

Property Value

Type: DictionaryString, DateTime
See Also