return
Return from execute or exit script.
return
The return value.
Properties
No specific parameters. The value can be set to any type.
Variables
Set by the method:
- return_value:(out) Optional return value.
Examples
Return with optional value
Return with multiple values
using the on_return parameter
Return with no value
Additional examples are available in the introduction.