eThreadSafety

class omni.graph.core.eThreadSafety

Bases: pybind11_object

How thread safe is the node during evaluation

Members:

E_SAFE : Nodes can be evaluated in multiple threads safely

E_UNSAFE : Nodes cannot be evaluated in multiple threads safely

E_UNKNOWN : The thread safety status of the node type is unknown

Methods

__init__(self, value)

Attributes

E_SAFE

E_UNKNOWN

E_UNSAFE

name

value

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