Back to API Reference
Enum
RangeActionFlow
Whether later actions in the same authored list should run.
public static readonly RangeActionFlow Continue = 0Continue with the next action.
public static readonly RangeActionFlow Stop = 1Finish the current default-action list successfully.
