JobEventFinished
OBJECT
An event created when the job is finished
|
The actor that caused this event to occur |
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. |
|
The job that this event belongs to |
The termination signal which killed the command, if the command was killed |
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. |
The time when the event occurred |
|
The public UUID for this job event |