Click or drag to resize

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
Members
  Member nameValueDescription
None0 The operations are executed serially in order, one after the next according to their Sequence property.
AnyOrderMode1 Any order mode. The operations may be executed in any sequence provided that all operations are eventually executed.
OrMode2 Or mode. Only ONE single operation of the operator's choice within the group's operations need be executed.
See Also