Click or drag to resize

BackupStatesContract Enumeration

States of the Backup Job.

Namespace:  SOS.SDK.Contracts.DataContracts.Enums
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public enum BackupStatesContract
Members
  Member nameValueDescription
Queued0 The Job is waiting for its turn to be executed (in the Backup Requests Queue).
Running1 The Job is in the active state now.
Paused2 The Job is paused now.
Cancelled3 The Job was cancelled.
See Also