Click or drag to resize

UnitStatus Enumeration

** NOTE: ADDED in CFX 1.5 **

The status condition of a Unit.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum UnitStatus
Members
Member nameValueDescription
Pass0 The production unit has completed all prior operations without defects, or with all defects resolved
Fail1 The production unit has not passed the preceding operation, though may be recoverable
Scrap2 The production unit has not passed the preceding operation, and has been deemed unrepairable
Skip3

** NOTE: ADDED in CFX 1.6 **

The production unit does not require processing
See Also