EGEE

_glite_transfer_TransferJobSummary Struct Reference
[Transfer data structures, and data types]

Describes the overall status of the job: the job state and some extra statistics. More...

#include <transfer-simple.h>


Data Fields

glite_transfer_JobStatusjobStatus
 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.


Detailed Description

Describes the overall status of the job: the job state and some extra statistics.

Definition at line 232 of file transfer-simple.h.


Field Documentation

glite_transfer_JobStatus* _glite_transfer_TransferJobSummary::jobStatus

The current status of the job.

Definition at line 233 of file transfer-simple.h.

The GLite Project. All rights reserved.