JobEventCanceled OBJECT

An event created when the job is canceled

Fields

actorJobEventActor!

The actor that caused this event to occur

exitStatusJSInt!

idID!

jobJobTypeCommand!

The job that this event belongs to

signalString

The termination signal which killed the command, if the command was killed

signalReasonJobEventSignalReason

If the termination signal was sent by the agent, the reason the agent took that action. If this field is null, and the signal field is not null, the command was killed by another process or by the operating system.

timestampDateTime!

The time when the event occurred

typeJobEventType!

The type of event

uuidID!

The public UUID for this job event

Interfaces