job_schedule_log

Table Type: Log

Contains a record of when each job schedule ran, and its status when it did.

Columns

Column Type Modifiers Notes
key guid Primary Key, Required
when_started datetime Required When the job started running in UTC
when_finished datetime When the job finished running in UTC
job_schedule_key guid Required The key of the job schedule that was run.
message string Any message that was logged during the job's run.
status jobstatus Required Idle, Cancelled, Completed, Disabled, Executing, Failed, Scheduled, or Starting.