SPBackupRestorePhaseType enumeration
Specifies what stage in a backup or restore operation is currently underway.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPBackupRestorePhaseType
'Usage
Dim instance As SPBackupRestorePhaseType
public enum SPBackupRestorePhaseType
Members
Member name | Description | |
---|---|---|
NotSelected | The current object has not been selected for the backup or restore operation. | |
NotStarted | The operation has not started. | |
Starting | The operation is starting. | |
OnPrepareBackup | Preliminary steps for a backup are underway. | |
OnBackup | The backup is underway. | |
OnBackupComplete | The backup stage is complete. | |
OnPreRestore | Preliminary steps for a restore operation are underway. | |
OnRestore | The restore operation is underway. | |
OnPostRestore | Post restore finalizing is underway. | |
Done | The operation is finished. | |
Abort | The operation is being aborted. | |
Error | The operation ended prematurely due to an error. |