Object to describe a job. More...
#include <transfer-simple.h>
Data Fields | |
char * | jobId |
The ID of the job, used for referring to this job. | |
glite_transfer_state | jobStatus |
The status of the job. | |
char * | channelName |
The name of the channel the job is assigned to. | |
char * | clientDN |
The DN of the client that started the job. | |
char * | reason |
Some explanation. | |
char * | voName |
Name of the VO. | |
struct timespec | submitTime |
The time of the job submission. | |
int | numFiles |
Number of files in the job. | |
int | priority |
Priority of the job. |
Object to describe a job.
Definition at line 162 of file transfer-simple.h.
The ID of the job, used for referring to this job.
Definition at line 163 of file transfer-simple.h.