OperationGroupModeType Enumeration |
An enumeration representing how the operations refernces by the group should be executed.
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 OperationGroupModeType
Public Enumeration OperationGroupModeType
public enum class OperationGroupModeType
type OperationGroupModeType
Members
| Member name | Value | Description |
---|
| None | 0 |
The operations are executed serially in order, one after the next according
to their Sequence property.
|
| AnyOrderMode | 1 |
Any order mode. The operations may be executed in any sequence provided that all operations are eventually executed.
|
| OrMode | 2 |
Or mode. Only ONE single operation of the operator's choice within the group's operations need be executed.
|
See Also