ExecutionAttributeState

class omni.graph.core.ExecutionAttributeState

Bases: pybind11_object

Current execution state of an attribute [DEPRECATED: See omni.graph.action.IActionGraph]

Members:

DISABLED : Execution is disabled

ENABLED : Execution is enabled

ENABLED_AND_PUSH : Output attribute connection is enabled and the node is pushed to the evaluation stack

LATENT_PUSH : Push this node as a latent event for the current entry point

LATENT_FINISH : Output attribute connection is enabled and the latent state is finished for this node

Methods

__init__(self, value)

Attributes

DISABLED

ENABLED

ENABLED_AND_PUSH

LATENT_FINISH

LATENT_PUSH

name

value

__init__(self: omni.graph.core._omni_graph_core.ExecutionAttributeState, value: int) None
property name