Structure of a job. More...
#include <JobStructures.h>
Public Attributes | |
| char * | id |
| Id of the job. | |
| char * | name |
| Name of the job. | |
| char * | user |
| Owner of the job. | |
| char * | subTime |
| Submission time. | |
| char * | status |
| Status of the job. | |
| char * | priority |
| Priority of the job. | |
| char * | jobClass |
| Class of the job. | |
| char * | walltime |
| Walltime of the job. | |
| char * | nbNodes |
| Number of nodes of the job. | |
Structure of a job.
| char* job_t::id |
Id of the job.
| char* job_t::jobClass |
Class of the job.
| char* job_t::name |
Name of the job.
| char* job_t::nbNodes |
Number of nodes of the job.
| char* job_t::priority |
Priority of the job.
| char* job_t::status |
Status of the job.
| char* job_t::subTime |
Submission time.
| char* job_t::user |
Owner of the job.
| char* job_t::walltime |
Walltime of the job.
1.7.2