Click or drag to resize
CutoverDetails Class
Represents the details of a cutover operation.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractCutoverDetails

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class CutoverDetails : IExtensibleDataObject

The CutoverDetails type exposes the following members.

Constructors
  NameDescription
Public methodCutoverDetails
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyPercentComplete
This value is the percentage of the cutover that is complete.
Public propertyState
This value is the state of the cutover. If this value is 1, the cutover is idle. If this value is 1000, the cutover processing is complete. Negative numbers are error codes.
Top
See Also