#include <batch_job.h>
Data Fields | |
time_t | submitted |
Time the job was submitted to the system. | |
time_t | started |
Time the job actually began executing. | |
time_t | finished |
Time at which the job actually completed. | |
int | exited_normally |
Non-zero if the job ran to completion, zero otherwise. | |
int | exit_code |
The result code of the job, if it exited normally. | |
int | exit_signal |
The signal by which the job was killed, if it exited abnormally. |
|
Time the job was submitted to the system.
|
|
Time the job actually began executing.
|
|
Time at which the job actually completed.
|
|
Non-zero if the job ran to completion, zero otherwise.
|
|
The result code of the job, if it exited normally.
|
|
The signal by which the job was killed, if it exited abnormally.
|