Contents

type

An option that controls the order in which the actions execute.

Overview

The default value is serial.

Order Options

serial

Executes in order with each action waiting for the prior action to complete before starting.

parallel

Executes all actions concurrently.

Declaration

uniform token type = "serial" (
        allowedTokens = ["serial", "parallel"]
)

See Also

Properties