An enumeration representing the type or kind 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)
SyntaxPublic Enumeration BatchType
public enum class BatchType
Members
| Member name | Value | Description |
---|
| Production | 0 |
The Batch is a production batch intended to be used in the course of building product.
|
| Receiving | 1 |
The Batch is a receiving batch intended to be used in the course of receiving materials into the factory.
|
| Outgoing | 2 |
NOT PRESENTLY USED BY FACTORYLOGIX. FOR POSSIBLE FUTURE USE.
|
See Also