Click or drag to resize
JobStatusTargetState Property
This value is derived from TargetStates. Information from the connection is distilled into a string key which is sent to the client for display.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public string TargetState { get; set; }

Property Value

Type: String
The state of the data on the target server.
Remarks
Target state is derived from a number TargetStates values. Information from the connection is distilled into a string key which is sent to the client for display.
See Also