Click or drag to resize

JobStatusExtendedLowLevelStates Property

This value represents additional information about the low level job state.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public ExtendedLowLevelState[] ExtendedLowLevelStates { get; set; }

Property Value

Type: ExtendedLowLevelState
The low level states of this job.
Remarks
Additional information about the low level state.
See Also