An enumeration indicating the purpose of a particular process definition.
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 ProcessType
public enum class ProcessType
Members
| Member name | Value | Description |
---|
| BuildProcess | 0 |
The process is used by production batches in the course of building production units.
|
| OutgoingProcess | 1 |
NOT PRESENTLY USED BY FACTORYLOGIX
|
| ReceivingProcess | 2 |
The process is used by GRN type batches (Goods Receipt Note) in the course of receiving parts into stock.
|
See Also