multiplePerformOperation
An option that indicates how an action handles an additional invocation while running.
Overview
The runtime doesn’t react to this property for all actions.
Additional Invocation Options
allowRestarts the action by playing it over again.
ignoreContinues running the current action, ignoring the additional invocation.
stopStops the current action.
Declaration
uniform token multiplePerformOperation= "ignore" (
allowedTokens = ["ignore", "allow", "stop"]
)