AsyncApexJob
Columns
Name
Type
ReadOnly
References
Description
Id [KEY]
String
True
Unique identifier of the AsyncApexJob.
CreatedDate
Datetime
True
Label Created Date corresponds to this field.
CreatedById
String
True
User.Id
Label Created By ID corresponds to this field.
JobType
String
True
Label Job Type corresponds to this field.
ApexClassId
String
True
ApexClass.Id
Label Class ID corresponds to this field.
Status
String
True
Label Status corresponds to this field.
JobItemsProcessed
Int
True
Label Batches Processed corresponds to this field.
TotalJobItems
Int
True
Label Total Batches corresponds to this field.
NumberOfErrors
Int
True
Label Failures corresponds to this field.
CompletedDate
Datetime
True
Label Completion Date corresponds to this field.
MethodName
String
True
Label Apex Method corresponds to this field.
ExtendedStatus
String
True
Label Status Detail corresponds to this field.
ParentJobId
String
True
AsyncApexJob.Id
Label Apex Job ID corresponds to this field.
LastProcessed
String
True
Label Last ID processed and committed corresponds to this field.
LastProcessedOffset
Int
True
Label Offset of last ID processed and committed corresponds to this field.
Last updated