 | JobInfoPrivateModelStatus Property |
Gets or sets the current 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 JobStatusModel Status { get; set; }
Public Property Status As JobStatusModel
Get
Set
public:
property JobStatusModel^ Status {
JobStatusModel^ get ();
void set (JobStatusModel^ value);
}
member Status : JobStatusModel with get, set
Property Value
Type:
JobStatusModel
A
JobStatus that represents the current status of this job.
See Also