Skip to content
Snippets Groups Projects
Commit 9022d62f authored by jette's avatar jette
Browse files

Expand explanation of job end_time

Specifically if job terminated from suspend state, end_time will
be the time that the job suspend began
parent dca13a92
No related branches found
No related tags found
No related merge requests found
......@@ -567,8 +567,9 @@ struct job_record {
uint16_t direct_set_prio; /* Priority set directly if
* set the system will not
* change the priority any further. */
time_t end_time; /* time of termination,
* actual or expected */
time_t end_time; /* time execution ended, actual or
* expected. if terminated from suspend
* state, this is time suspend began */
bool epilog_running; /* true of EpilogSlurmctld is running */
uint32_t exit_code; /* exit code for job (status from
* wait call) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment