FunctionResult#
- class omni.graph.core.FunctionResult#
 Bases:
pybind11_objectValue indicating whether a function call succeeded
Members:
FAILURE : The function call failed
SUCCESS : The function call succeeded
DEFERRED : The action invoked by the function call has been deferred
Methods
__init__(self, value)Attributes
DEFERREDFAILURESUCCESSvalue- __init__(
 - self: omni.graph.core._omni_graph_core.FunctionResult,
 - value: int,
 
- property name#