2.2.4.2.20 WaitingOperation

The WaitingOperation type contains information about a waiting operation.

   <xs:complexType name="WaitingOperation">
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="Operation" type="PCBackupStatusOperation" />
       <xs:element minOccurs="0" maxOccurs="1" name="MachineSID" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="MachineName" type="xs:string" />
       <xs:element minOccurs="1" maxOccurs="1" name="PercentComplete" type="xs:int" />
     </xs:sequence>
   </xs:complexType>

Operation: An indicator that the backup operation is queued.

MachineSID: The SID of the machine for which backup/restore is queued.

MachineName: The name of the machine for which backup/restore is queued.

PercentComplete: The progress indicator of the current operation, from 0 to 100 percent