How do I know if a function has completed execution?

hi (:slight_smile:)

How do I know if a function has completed execution?
add a Bool?

ReturnNode and Handle?

image

thanks

1 Like

Because it passes the execution pulse back to your main code.

In other words, when it exits, it has run.

1 Like

So if I need to make a branch in a function. Can’t export two execution pulse?

You can have as many exit nodes to the function as you want. When you call one, that will end the function, no other nodes will run.

1 Like

OIC!Thanks! :laughing:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.