JobEventSignalReason ENUM

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

ENUM Values

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.

AGENT_REFUSED

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