JobEventFinished OBJECT

An event created when the job is finished

Fields

actorJobEventActor!

The actor that caused this event to occur

exitStatusJSInt!

The exit status returned by the command on the agent. A value of -1 indicates either that the agent was lost or the process was killed. If the process was killed, the signal field will be non-null.

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