ExecutionAttributeState#
- class omni.graph.core.ExecutionAttributeState#
 Bases:
pybind11_objectCurrent 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
DISABLEDENABLEDENABLED_AND_PUSHLATENT_FINISHLATENT_PUSHvalue- __init__(
 - self: omni.graph.core._omni_graph_core.ExecutionAttributeState,
 - value: int,
 
- property name#