Job Fields

The Job object contains a single item to be processed as part of a task running in parallel Queueable Apex jobs. This enables you to monitor the progress of the task. Here is a description of the fields on the job object.

Field Name Description
Async Apex Job ID ID of the asynchronous Apex job assigned to process this job.
Item ID ID of the item to which this job corresponds.
Run ID ID of the process to which this job belongs. For example, when you click Create Billing Documents on the Contracts list view, all Apex Batches or queueables that run as a result of the process are assigned a Run ID. The process is complete when there are no pending jobs with this Run ID.
Status Status of the job.
Job Type Class that handles the job.