cctools
|
Describes the current state of an active storage job on a Chirp server. More...
#include <chirp_types.h>
Data Fields | |
INT64_T | jobid |
The unique job identifier. | |
char | command [CHIRP_PATH_MAX] |
The actual command to be run. | |
char | owner [CHIRP_PATH_MAX] |
The owner of the job. | |
chirp_job_state_t | state |
The current state of the job. | |
int | exit_code |
If completed, the exit code of the job. | |
time_t | submit_time |
The time at which chirp_reli_job_begin was invoked. | |
time_t | start_time |
The time at which the job most recently began executing. | |
time_t | stop_time |
The time at which the job completed or was aborted. | |
int | pid |
If running, the local process ID of the job. |
Describes the current state of an active storage job on a Chirp server.
INT64_T chirp_job_state::jobid |
The unique job identifier.
char chirp_job_state::command[CHIRP_PATH_MAX] |
The actual command to be run.
char chirp_job_state::owner[CHIRP_PATH_MAX] |
The owner of the job.
The current state of the job.
If completed, the exit code of the job.
time_t chirp_job_state::submit_time |
The time at which chirp_reli_job_begin was invoked.
time_t chirp_job_state::start_time |
The time at which the job most recently began executing.
time_t chirp_job_state::stop_time |
The time at which the job completed or was aborted.
If running, the local process ID of the job.