BatchOperationSwitchingEnum Enumeration |
An enumerated type representing the default value for the SystemSettings.ShopFloor_AllowAutoBatchSwitch and SystemSettings.ShopFloor_AllowAutoOperationSwitch system settings.
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 BatchOperationSwitchingEnum
Public Enumeration BatchOperationSwitchingEnum
public enum class BatchOperationSwitchingEnum
type BatchOperationSwitchingEnum
Members
| Member name | Value | Description |
---|
| Yes | 0 |
Yes
|
| No | 1 |
No
|
| Prompt | 2 |
Prompt
|
See Also