ReleaseStatus Enumeration |
An enumeration used by legacy diplan system to describe the overall status for this part.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum ReleaseStatus
Public Enumeration ReleaseStatus
public enum class ReleaseStatus
Members
| Member name | Value | Description |
---|
| Locked | 0 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| Prototype | 1 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| Production | 256 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| Spare | 16 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
See Also