TransportOrderExecutionDurationType Enumeration |
An enumerated type representing the default value for the SystemSettings.ProductionPlanning_TOrderExecutionDurationUnits system setting.
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 TransportOrderExecutionDurationType
Public Enumeration TransportOrderExecutionDurationType
public enum class TransportOrderExecutionDurationType
type TransportOrderExecutionDurationType
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| Hour | 1 |
Hour(s)
|
| Shift | 2 |
Shift(s)
|
| Day | 3 |
Day(s)
|
See Also