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

'Declaration
Public Enumeration SPDeploymentStatus
'Usage
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.
FinalFixup The operation is in the final phase of deployment in which finalization operations take place, such as fixing broken links and broken lookups, importing of Web structures, deletion of content marked for deletion, and so forth.

See Also

Reference

Microsoft.SharePoint.Deployment Namespace