batches
Batches that have been scheduled or executed.
|
Column name |
Data type |
Description |
|
server |
varchar(255) |
The Manager where the Batch resided or ran |
|
batch_id |
bigint not null |
The Unique ID number of the Batch Entry |
|
time_stamp |
timestamp not null |
Timestamp of the event |
|
event |
int not null |
Event code |
|
class |
varchar(255) |
Class in the Batch |
|
execution_id |
bigint |
Unique ID number of the Batch Execution, if applicable |
|
description |
text |
Description of the Batch Event |