Skip to content

Enum

Enum actions work with enum variables for common checks and assignments.

Enum actions support type-safe comparisons and assignments for enum values.

Notes

  • Use Enum actions when you want type-safe state values instead of string comparisons.
  • For branching across many enum values, see Enum Switch.