Click or drag to resize

CompletedStatus Enumeration

An enumeration indicating whether or not a production unit (represented by an Item) has completed through all operations of its most recent active process.

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 CompletedStatus
Members
  Member nameValueDescription
Complete0 The Item has completed its most recent active process.
Incomplete1 The Item has not yet completed its most recent active process.
See Also