2.2.5.2.9 ClientJobStatus
The ClientJobStatus type describes the status of client backup job.
-
<xs:simpleType name="ClientJobStatus"> <xs:restriction base="xs:string"> <xs:enumeration value="Complete" /> <xs:enumeration value="Incomplete" /> <xs:enumeration value="Failed" /> <xs:enumeration value="InProgress" /> <xs:enumeration value="InQueue" /> </xs:restriction> </xs:simpleType>
The following table describes the values for this type.
|
Value |
Description |
|---|---|
|
Complete |
Job completed successfully. All configured volumes were backed up successfully. |
|
Incomplete |
Backup of at least one configured volume failed or skipped because volume was not available or broken because of data loss after backup. |
|
Failed |
Backup of every volume failed or every volume was skipped. |
|
InProgress |
Backup job is in progress. Backup of at least one volume is in progress or not started. |
|
InQueue |
Backup job is queued/waiting. |