Class RestoreInfo
Contains information about the result of a check restore operation.
Inheritance
object
RestoreInfo
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class RestoreInfo
Properties
View SourceData
Gets additional data provided by the controller.
Declaration
public string Data { get; }
Property Value
| Type | Description |
|---|---|
| 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 |