eThreadSafety
- class omni.graph.core.eThreadSafety
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
value
- __init__(self: omni.graph.core._omni_graph_core.eThreadSafety, value: int) None
- property name