Product DocumentationDeveloper GuidesODSL LanguageCommandsAll CommandsreturnreturnTerminates the currently running script and returns a variableSyntaxreturn expressionDescriptionThe return statement terminates running of a script and returns a variable to the calling applicationExamplesreturn "Finished"