I have script that uses whole limit time for scripts(6 minutes). So I decided just to make my job in parts. So I have script "Generate words". I need to run this scripts,and after "generate words" I need to do it again. Also I need to run it with arguments, so for example: "generate words(0,2)".
I cant just call this function again because of this time limit from AppsScripts.
So,I need to run script with arguments, from script, but to run it in other session, so time limit wont be exceeded.