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.3.0.0 (8.3.0.0)
Syntax
public JobStatusModel Status { get; set; }

Property Value

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