Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates possible status values for the content deployment job.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration ContentDeploymentJobStatus
'Usage
Dim instance As ContentDeploymentJobStatus
public enum ContentDeploymentJobStatus
Members
Member name | Description | |
---|---|---|
NotAvailable | Indicates that the job status is not available. | |
Success | Indicates that the content deployment job succeeded. | |
Failure | Indicates that the content deployment job failed. | |
Cancelled | Indicates that the job has been cancelled. | |
ExportInProgress | Indicates that the job export phase is in progress. | |
TransferInProgress | Indicates that the job transfer is in progress. | |
ImportInProgress | Indicates that the job import phase is in progress. | |
TestSuccess | Indicates that the test job succeeded. | |
TestFailure | Indicates that the test job failed. | |
TestExporting | Indicates that the test job is in export phase. | |
Preparing | Indicates that the content deployment job is preparing to run. | |
CancelInProgress | Represents a request to cancel a job that is currently running. | |
ImportPreparing | Indicates that the import job is preparing to run. | |
ImportTimedOut | Indicates that the import job has timed out. |