** NOTE: ADDED in CFX 1.4 **
The result of a repair
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration RepairResult
Members| Member name | Value | Description |
|---|
| RepairSuccessful | 0 |
The repair was performed successfully
|
| UnableToRepair | 1 |
The repair was not able to be completed
|
| Scrap | 2 |
It is not possible to repair the unit, and the unit must be scrapped
|
| Error | 3 |
The repair could not be completed because an error occurred
|
| Aborted | 4 |
The repair was aborted by the operator / user
|
See Also