2.2.4.2.17 OperationStatusResponse
The OperationStatusResponse type contains the response of a Get Operation Status request.
-
<xs:complexType name="OperationStatusResponse"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Operation" type="PCBackupStatusOperation" /> <xs:element minOccurs="0" maxOccurs="1" name="ClientSid" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="Machine" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="PercentDone" type="xs:int" /> <xs:element minOccurs="1" maxOccurs="1" name="Phase" type="PCBackupVolumePhase" /> <xs:element minOccurs="1" maxOccurs="1" name="RepairState" type="PCBackupRepairState" /> </xs:sequence> </xs:complexType>
Operation: The type of operation in progress.
ClientSid: The GUID of the client backing up or restoring, or Guid.Empty if none.
Machine: The name of the client backing up or restoring, or null if none.
PercentDone: The progress indicator of the current operation, from 0 to 100 percent.
Phase: The phase of the operation.
RepairState: The repair state of the operation.