Class RestoreInfo
Contains information about the result of a check restore operation.
Inheritance
System.Object
RestoreInfo
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class RestoreInfo
Properties
Data
Gets additional data provided by the controller.
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
System.String |
Mismatches
Declaration
public RestoreMismatches Mismatches { get; }
Property Value
Type | Description |
---|---|
RestoreMismatches |
Result
Gets the result of the operation.
Declaration
public RestoreResult Result { get; }
Property Value
Type | Description |
---|---|
RestoreResult |