 | FilesAndFoldersPersistedStateModelState Property |
Gets or sets the persisted state of the job.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string State { get; set; }
Public Property State As String
Get
Set
public:
property String^ State {
String^ get ();
void set (String^ value);
}
member State : string with get, set
Property Value
Type:
StringThe persisted state of the job.
Remarks
Possible values for this property:
Value | Description |
---|
None | No state had been determined due to failed initialization. |
Stopped | The job was in a stopped state. |
Protecting | The job was in a protecting state. |
Restoring | The job was restoring. |
Failed | The job was in a failed state. |
See Also