onurb
07-02-2022, 10:51 PM
I am new to ruby but learning so bear with me.
Let's use this for an example...
do_client(';e Script.run("A"); Script.run("B"); Script.run("C")')
How can I prevent B from starting before A ends. Is there some type of ruby code that simulates a waitfor type command?
I don't want to have to put "pause 60" between each one, although it would work but not be efficient.
Let's use this for an example...
do_client(';e Script.run("A"); Script.run("B"); Script.run("C")')
How can I prevent B from starting before A ends. Is there some type of ruby code that simulates a waitfor type command?
I don't want to have to put "pause 60" between each one, although it would work but not be efficient.