Click or drag to resize
JobInfoPrivateModelStatus Property
Gets or sets the current 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 JobStatusModel Status { get; set; }

Property Value

Type: JobStatusModel
A JobStatus that represents the current status of this job.
See Also