JourneyActionTypes Enumeration
Available actions to take while recording a journey
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum JourneyActionTypesMembers
| Skip | 2 | Skips the children of this node and continues directly with its output pins. |
| Next | 3 | Follows the path along with the next element. |
| Submerge | 4 | Dives into the children of this node. |
| Emerge | 5 | Dives out of the children back to the parent node. |
| Branch | 6 | Identifies a branching option, multiple of these might be returned as an allowed action and each stands for one possible choice to advance the journey. |