Click or drag to resize

BatchStatus Enumeration

An enumeration representing the status of a Batch.

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 BatchStatus
Members
  Member nameValueDescription
Unscheduled0 The Batch has been created but not scheduled.
Pending1 The Batch is pending release to production.
Active3 The Batch is active and ready or in production.
OnHold4 The Batch has been placed on hold and is temporarily not available for further transaction
Completed5 The Batch has been completed but product can still be transacted.
Closed6 The Batch is completed and not available for further transaction.
Rejected7 The Batch was rejected during an approval process.
See Also