SchedulerService.GetReportHashtable method
Generates a report of all scheduled jobs in a PowerShell-friendly hashtable format.
public Hashtable GetReportHashtable(TimeZoneInfo? displayTz = null)
parameter | description |
---|---|
displayTz | The time zone to display times in; defaults to UTC if not specified. |
Return Value
A Hashtable containing information about all scheduled jobs.
See Also
- class SchedulerService
- namespace Kestrun.Scheduling