3.1.4.5.4.1 ContentDeploymentJobStatus

A ContentDeploymentJobStatus object specifies the status of an import job. Its structure is specified by the following XSD:

 <s:simpleType name="ContentDeploymentJobStatus">
   <s:restriction base="s:string">
     <s:enumeration value="Success"/>
     <s:enumeration value="Failure"/>
     <s:enumeration value="Cancelled"/>
     <s:enumeration value="ImportInProgress"/>
     <s:enumeration value="CancelInProgress"/>
     <s:enumeration value="ImportPreparing"/>
     <s:enumeration value="ImportTimedOut"/>
   </s:restriction>
 </s:simpleType>

The following table specifies possible values.

Value

Meaning

Success

Indicates that the import job succeeded.

Failure

Indicates that the import job failed.

Cancelled

Indicates that the import job has been cancelled.

ImportInProgress

Indicates that the import job is currently in progress.

CancelInProgress

Indicates that a request to cancel the import job is currently being processed.

ImportPreparing

Indicates that the import job is preparing to run.

ImportTimedOut

Indicates that the import job has timed out.