Click or drag to resize
FilesAndFoldersPersistedStateModelState Property
Gets or sets the persisted state of the job.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public string State { get; set; }

Property Value

Type: String
The persisted state of the job.
Remarks
Possible values for this property:
ValueDescription
NoneNo state had been determined due to failed initialization.
StoppedThe job was in a stopped state.
ProtectingThe job was in a protecting state.
RestoringThe job was restoring.
FailedThe job was in a failed state.
See Also