2.2.4.2.5 PCBackupStatus

The PCBackupStatus type describes the state of the current backup set operation.

   <xs:complexType name="PCBackupStatus">
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="clientJobStatus"
         type="ClientJobStatus" />
       <xs:element minOccurs="1" maxOccurs="1" name="progress" type="xs:int" />
       <xs:element minOccurs="1" maxOccurs="1" name="failureReason"
         type="AbortReason" />
       <xs:element minOccurs="1" maxOccurs="1" name="lastBackupTime"
         type="xs:dateTime" />
       <xs:element minOccurs="0" maxOccurs="1" name="IncompleteVolumeMountPoints"
         type="ArrayOfString" />
       <xs:element minOccurs="0" maxOccurs="1" name="IncompleteVolumeLabels"
         type="ArrayOfString" />
     </xs:sequence>
   </xs:complexType>

clientJobStatus: The current job status.

progress: How far the backup has progressed in the current phase, 0 <= progress <= 100.

failureReason: The reason for the most recent failure. Set only if backup status is Failed.

lastBackupTime: The last backup time.

IncompleteVolumeMountPoints: The mount points of volumes that are yet to be backed up in current backup, as well as volumes that were not backed up if the last backup failed or was incomplete.

IncompleteVolumeLabels: The labels of volumes that are yet to be backed up in the current backup, as well as volumes that were not backed up if the last backup failed or was incomplete.