Delay#

This node suspends the graph for a period of time before continuing. This node, and nodes upstream of this node are locked for the duration of the delay, which means any subsequent executions will be ignored.

Installation#

To use this Node, you must enable omni.graph.action in the Extension Manager.

Inputs#

Name

Type

Description

Default

Execute In (execIn)

execution

The input execution

Duration (duration)

double

The duration of the delay (Seconds)

Outputs#

Name

Type

Description

Default

Finished (finished)

execution

Triggered when the delay is finished