An enumeration representing the status of a
Batch.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration BatchStatus
public enum class BatchStatus
Members
| Member name | Value | Description |
---|
| Unscheduled | 0 |
The Batch has been created but not scheduled.
|
| Pending | 1 |
The Batch is pending release to production.
|
| Active | 3 |
The Batch is active and ready or in production.
|
| OnHold | 4 |
The Batch has been placed on hold and is temporarily not available for further transaction
|
| Completed | 5 |
The Batch has been completed but product can still be transacted.
|
| Closed | 6 |
The Batch is completed and not available for further transaction.
|
| Rejected | 7 |
The Batch was rejected during an approval process.
|
See Also