Result¶
Declare an output as the result of the graph.
The Result node can be used to designate the value on a particular branch as the output value of the graph, which is returned when the graph is invoked as a function with some arguments. There can only be one Result node the graph, and a Result node cannot be followed by other nodes. If you need to return a combination of multiple values, you can precede it by a CreateStructure node. Version 1.0.0
Ports/Properties¶
result¶
Result of the graph.
result_asgraph¶
Result of the graph, as a graph.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.