Lists when the system's scheduled jobs run.
Name | Datatype | Read | Write | Primary key | Description |
---|---|---|---|---|---|
JobGuid | uniqueidentifier | Yes | No | No | The job's ID. |
JobName | varchar(200) | Yes | No | No | The job's name. |
RunDateTimeUtc | datetime | Yes | No | No | When the job started running, universal time. |
CompletedDatetimeUtc | datetime | Yes | No | No | When the job completed running, universal time. If NULL then the job is either still running or the system suffered an outage severe enough to prevent it from logging job failure. |
IsError | bit | Yes | No | No | Whether an error was raised during job execution. |