AB_PASISCHEDULERSTATUS
This table stores the status of quartz jobs.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_PASISchedulerStatusID | 13.0.0 | NUMBER(19,0) | Primary Key |
JobType | 13.0.0 | Varchar2(50) | Name of the type of job scheduled. |
JobName | 13.0.0 | Varchar2(50) | Name of the job being executed. |
JobStatus | 13.0.0 | Varchar2(50) | Status of the job. |
Organization | 13.0.0 | Varchar2(100) | School Name. |
StartTime | 13.0.0 | TIMESTAMP(6) | The date and time the record started. Defaults to system date |
EndTime | 13.0.0 | TIMESTAMP(6) | The date and time the record ended. Defaults to system date |
WhoCreated | 13.0.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. |
WhenCreated | 13.0.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 13.0.0 | Varchar2(100) | The name of person who modified the record. Defaults to user. |
WhenModified | 13.0.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date |
JobStatusMessage | 13.0.0 | Varchar2(2000) | Exception messages. |