Click or drag to resize

RepairResult Enumeration

** NOTE: ADDED in CFX 1.4 **

The result of a repair

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum RepairResult
Members
Member nameValueDescription
RepairSuccessful0 The repair was performed successfully
UnableToRepair1 The repair was not able to be completed
Scrap2 It is not possible to repair the unit, and the unit must be scrapped
Error3 The repair could not be completed because an error occurred
Aborted4 The repair was aborted by the operator / user
See Also