Enum SequenceFlow
The behaviour in which a sequence runs. Sequences can either run sequentially or in parallel with other running sequences.
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public enum SequenceFlow
Fields
Name | Description |
---|---|
InParallel | |
InSequence |