BackupStatesContract Enumeration |
Namespace: SOS.SDK.Contracts.DataContracts.Enums
public enum BackupStatesContract
| Member name | Value | Description | |
|---|---|---|---|
| Queued | 0 | The Job is waiting for its turn to be executed (in the Backup Requests Queue). | |
| Running | 1 | The Job is in the active state now. | |
| Paused | 2 | The Job is paused now. | |
| Cancelled | 3 | The Job was cancelled. |