JobEventPromisedExitStatus OBJECT

A job event for when a running job has declared an early failure with a promised exit status

Fields

actorJobEventActor!

The actor that caused this event to occur

idID!

jobJobTypeCommand!

The job that this event belongs to

promisedExitStatusJSInt!

The exit status that the job has declared it will finish with

promisedExitStatusReasonString

An optional human-readable reason for the declared early failure

timestampDateTime!

The time when the event occurred

typeJobEventType!

The type of event

uuidID!

The public UUID for this job event

Interfaces