PackingItemValidationMode Enumeration |
An enumeration indicating how complex assemblies built using FactoryLogix should be validated
during packing operations.
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 PackingItemValidationMode
Public Enumeration PackingItemValidationMode
public enum class PackingItemValidationMode
type PackingItemValidationMode
Members
| Member name | Value | Description |
---|
| NoValidation | 0 |
The complex assembly Item will not be validated.
|
| CompletedAllOperations | 1 |
The packing operation will validate that all Operations of the ProcessFlow
associated with this complex assembly Item have been completed before allowing it
to be packed.
|
See Also