SchedulerService.GetReport method
Generates a report of all scheduled jobs, including their last and next run times, and suspension status.
public ScheduleReport GetReport(TimeZoneInfo? displayTz = null)
parameter | description |
---|---|
displayTz | The time zone to display times in; defaults to UTC if not specified. |
Return Value
A ScheduleReport
containing information about all scheduled jobs.
See Also
- record ScheduleReport
- class SchedulerService
- namespace Kestrun.Scheduling