type
An option that controls the order in which the actions execute.
Overview
The default value is serial.
Order Options
serialExecutes in order with each action waiting for the prior action to complete before starting.
parallelExecutes all actions concurrently.
Declaration
uniform token type = "serial" (
allowedTokens = ["serial", "parallel"]
)