SPDeploymentStatus enumeration
列舉的常數的值,代表Status屬性的狀態。
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 | 作業是未知及未處理的狀態。 | |
Started | 作業已啟動。 | |
InProgress | 作業正在進行中。 | |
Compressing | 作業目前已壓縮資料檔案。 | |
Uncompressing | 作業目前正在解壓縮資料檔案。 | |
Completed | 完成作業。 | |
Canceled | 會取消作業。 | |
FinalFixup | 作業是內容的在部署的最終階段中的最終作業進行,例如修復中斷的連結與中斷的查閱、 Web 結構的匯入、 刪除標記為刪除,等等。 |