|
JobInfoStatus Property |
This value represents the current state of the job.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic JobStatus Status { get; set; }
Public Property Status As JobStatus
Get
Set
public:
property JobStatus^ Status {
JobStatus^ get ();
void set (JobStatus^ value);
}
function get_Status();
function set_Status(value);
Property Value
Type:
JobStatus
A
JobStatus that represents the current status of this job.
See Also