Click or drag to resize

ProcessProductionStatus Enumeration

An enumeration indicating a process's approval status, and overall readiness to be used in production.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum ProcessProductionStatus
Members
  Member nameValueDescription
UnderConstruction0 The process is still being built by manufacturing engineers, and is not yet ready to be used in production.
PendingApproval1 The process is complete, but not yet approved for use in production.
ReleasedForProduction2 The process has been fully approved for use in production.
See Also