JobInstance Structure

Use the JobInstance structure to contain information about a job instance corresponding to a running, completed, or cancelled job.

The JobInstance structure is used in the SchedulerService Service.

JobInstance Structure Fields

Fields Description

Job Reference

A unique reference for the job associated with the job instance.

Job Instance Reference

A unique reference for the job instance.

Job Instance Status

The current status of the job instance. Valid values are:

  • Completed

  • Running

  • Failed

  • Cancelled

  • TimedOut

  • Warning

Begin Date Time

The day and time that the scheduler initiated the job instance.

End Date Time

The day and time that the job scheduler completed the job instance.

Successful Deliveries

The number of successful deliveries for this job instance.

Error Message

The error message, warning, or general message about the job instance execution.