eThreadSafety#
Fully qualified name: omni::graph::core::eThreadSafety
- 
enum class omni::graph::core::eThreadSafety#
 How thread safe is the node during evaluation.
Values:
- 
enumerator eSafe#
 Nodes can be evaluated in multiple threads safely.
- 
enumerator eUnsafe#
 Nodes cannot be evaluated in multiple threads safely.
- 
enumerator eUnknown#
 The thread safety status of the node type is unknown.
- 
enumerator eSafe#