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.1.0.599 (8.1.0.599)
Syntax
public int State { get; set; }

Property Value

Type: Int32
The state.
See Also