BackupItemStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backup status
public enum BackupItemStatus
type BackupItemStatus =
Public Enum BackupItemStatus
- Inheritance
-
BackupItemStatus
Fields
Name | Value | Description |
---|---|---|
InProgress | 0 | In progress |
Failed | 1 | Failed |
Succeeded | 2 | Succeeded |
TimedOut | 3 | Timed out |
Created | 4 | Created, pending |
Skipped | 5 | Skipped |
PartiallySucceeded | 6 | Partially succeeded. Some file were not included in the backup due to locking conflicts |