Describes the overall status of the job: the job state and some extra statistics. More...
#include <transfer-simple.h>
Data Fields | |
| glite_transfer_JobStatus * | jobStatus |
| The current status of the job. | |
| int | numDone |
| Number of finished transfers, without the FPS updating the catalog. | |
| int | numActive |
| Number of running transfers. | |
| int | numPending |
| Number of pending transfers. | |
| int | numCanceled |
| Number of canceled transfers. | |
| int | numCanceling |
| Number of canceling transfers. | |
| int | numFailed |
| Number of failed transfers. | |
| int | numFinished |
| Number of finished transfers with catalog updates. | |
| int | numSubmitted |
| Total number of submitted transfers. | |
| int | numHold |
| Number of held transfers. | |
| int | numWaiting |
| Number of waiting transfers. | |
| int | numCatalogFailed |
| Number of transfers failed because of catalog error. | |
| int | numRestarted |
| Number of restarted transfers. | |
Describes the overall status of the job: the job state and some extra statistics.
Definition at line 232 of file transfer-simple.h.
The current status of the job.
Definition at line 233 of file transfer-simple.h.