FunctionResult#
- class omni.graph.core.FunctionResult#
- Bases: - pybind11_object- Value 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 - DEFERRED- FAILURE- SUCCESS- value- __init__(
- self: omni.graph.core._omni_graph_core.FunctionResult,
- value: int,
 - property name#