Is your feature request related to a problem? Please describe.
During the post-command hook, I would like a way to determine if the job timeout (from the job-level timeout, not a command-specific timeout). One use case is changing the build annotation content based on job termination reason which isn't too clear based on exit codes.
Describe the solution you'd like
Ideally it would be something like BUILDKITE_JOB_TIMED_OUT. Would love to see something like #3213