2.2.5.23 OperationStatus

Applies to MDS 2012

The OperationStatus simple type contains values specifying the status of an operation.

The following is the XML schema definition of the OperationStatus simple type.

   <xs:simpleType name="OperationStatus">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Invalid" />
       <xs:enumeration value="Pending" />
       <xs:enumeration value="InProgress" />
       <xs:enumeration value="Success" />
       <xs:enumeration value="Failure" />
     </xs:restriction>
   </xs:simpleType>

Value

Meaning

Invalid

Specifies that the operation is invalid.

Pending

Specifies that the operation is pending.

InProgress

Specifies that the operation is in progress.

Success

Specifies that the operation has succeeded.

Failure

Specifies that the operation has failed.