Enum SequenceExecutionOrder
Represents the order in which a sequence is executed.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum SequenceExecutionOrder : int
  Fields
| Name | Description | 
|---|---|
| InOrderOfAppearance | The sequence is executed in the order it is defined.  | 
      
| Other | The sequence is executed in some other order.  | 
      
| Random | The sequence is executed in a random order.  | 
      
| Rotate | The sequenced is executed with an arbitrary starting item.  |