ExecutionPolicy

Defines which behavior a DSL Block such as on<Action> should have whenever a new action or value is emitted.

Entries

Link copied to clipboard

Cancels the previous execution. By applying this ExecutionPolicy the previous execution of the same DSL block will be canceled.

Link copied to clipboard

Keeps all previous execution of the DSL block running. Whichever DSL block result is first is the first to execute also ChangeState. In other words, the order of execution is not guaranteed at all.

Link copied to clipboard

See example of UNORDERED.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.