Product DocumentationDeveloper GuidesODSL LanguageCommandsAll CommandsreturnOn this pagereturn Terminates the currently running script and returns a variable Syntax return expression Description The return statement terminates running of a script and returns a variable to the calling application Examples return "Finished"