Click or drag to resize

JobInfoStatistics Property

This value represents the current statistics of the job

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public JobStatistics Statistics { get; set; }

Property Value

Type: JobStatistics
A JobStatistics that represents the current statistics of this job.
See Also