OmniGraph Node omni.graph.action.Delay

omni.graph.action.Delay Properties

Name

Value

Version

1

Extension

omni.graph.action

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Delay

__categories

graph:action,time

Generated Class Name

OgnDelayDatabase

Python Module

omni.graph.action

omni.graph.action.Delay Description

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.

omni.graph.action.Delay Inputs

Name

Type

Default

Required?

Descripton

inputs:duration

double

0.0

Y

The duration of the delay (Seconds)

uiName

Duration

inputs:execIn

execution

None

Y

The input execution

uiName

Execute In

omni.graph.action.Delay Outputs

Name

Type

Default

Required?

Descripton

outputs:finished

execution

None

Y

Triggered when the delay is finished

uiName

Finished