JobEventSignalReason ENUM

The reason why a signal was sent to the job's process, or why the process did not start

ENUM Values

AGENT_REFUSED

The agent refused the job. Note that in this case, no signal was sent to the process, the job was not run at all.

AGENT_STOP

The agent sent the signal to the process because the agent was stopped

CANCEL

The agent sent the signal to the process because the job was canceled

PROCESS_RUN_ERROR

The agent was unable to start the job process, often due to memory or resource constraints. Note that in this case, no signal was sent to the process, it simply never started.

SIGNATURE_REJECTED

The agent refused the job because the signature could not be verified. Note that in this case, no signal was sent to the process, the job was not run at all.