Skip to main content

JobEvent

JobEvent is the data structure for a job events, keeping track of the job status changes.

Index

Properties

eventTime

eventTime: number

The time the event occurred

jobId

jobId: string

The ID of the job

jobStatus

jobStatus: JobStatus

The status of the job

optionalresult

result?: string

The result of the job (optional)