SPDeploymentStatus Enumeration
Enumerates the constant values representing the status for the Status property.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPDeploymentStatus
Dim instance As SPDeploymentStatus
public enum SPDeploymentStatus
Members
Member name | Description | |
---|---|---|
Unknown | The operation is in an unknown and unhandled state. | |
Started | The operation has started. | |
InProgress | The operation is in progress. | |
Compressing | The operation is presently compressing data files. | |
Uncompressing | The operation is presently decompressing data files. | |
Completed | The operation is completed. | |
Canceled | The operation is cancelled. |