Here's an example scenario
I have three launch files named A, B, C. I want B to run after A finishes and C to run after B finishes.
Currently if I run A which takes a lot of time and run B immediately afterwards B starts executing in parallel with A.
Please help
Run Configurations -> Launch Group.
There you can add launch configurations and order them too! Found it here
For sequentially running remember to select Post launch action: Wait until terminated
I would suggest creating a script (bash/Powershell/Ant/whatever) and setting up a single External Run Configuration for that.
Simply call A, when it finishes run B and C with forking.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With