IApplicationInfoServiceGetSchedulerLastSeenTime Method

Gets the date/time at which the scheduler was last seen to be running.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
DateTime GetSchedulerLastSeenTime()

Return Value

Type: DateTime
The date/time (in UTC) at which the scheduler was last seen to be running, or MinValue if it appears to never have run.
Remarks
The scheduler service is supposed to report in every 5 minutes. So if the last seen time is more than 5 minutes from the current time, the scheduler is likely offline (assuming no clock drift).
See Also