Click or drag to resize

SystemStateCutoverStatusModelState Property

Gets or sets the state. If State > 0 SSM Cutover in progress If State = 0 No SSM Cutover activity If State is less 0 SSM Cutover failed in Phase : Math. Abs (State) If State > 0 AND PercentComplete = 100 SSM Cutover complete

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntax
public int State { get; set; }

Property Value

Type: Int32
The state.
See Also