Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

batch_job_info Struct Reference

#include <batch_job.h>


Detailed Description

Describes a batch job when it has completed.


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.


Field Documentation

time_t batch_job_info::submitted
 

Time the job was submitted to the system.

time_t batch_job_info::started
 

Time the job actually began executing.

time_t batch_job_info::finished
 

Time at which the job actually completed.

int batch_job_info::exited_normally
 

Non-zero if the job ran to completion, zero otherwise.

int batch_job_info::exit_code
 

The result code of the job, if it exited normally.

int batch_job_info::exit_signal
 

The signal by which the job was killed, if it exited abnormally.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 17 16:23:12 2010 for cctools by  doxygen 1.3.9.1