JobEventSignalReason
ENUM
The reason why a signal was sent to the job's process, or why the process did not start
ENUM Values |
---|
The agent refused the job. Note that in this case, no signal was sent to the process, the job was not run at all. |
The agent sent the signal to the process because the agent was stopped |
The agent sent the signal to the process because the job was canceled |
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. |
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. |