Click or drag to resize

BatchPriority Enumeration

An enumeration indicating the priority or relative importance of a batch as compared to other batches.

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 BatchPriority
Members
  Member nameValueDescription
Low0 The batch is of low priority.
Normal1 The batch is of normal priority.
High2 The batch is of high priority, and should be expedited.
See Also