Data Fields

chirp_job_state Struct Reference

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.

Detailed Description

Describes the current state of an active storage job on a Chirp server.

See also:
chirp_reli_job_wait, chirp_reli_job_list

Field Documentation

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.

The time at which chirp_reli_job_begin was invoked.

The time at which the job most recently began executing.

The time at which the job completed or was aborted.

If running, the local process ID of the job.


The documentation for this struct was generated from the following file: