I have an application I want to run as my first task. Then I need the app to stay running while the next tasks start running. However when I start the application as the first task, the task never completes since the app is still running. Is there a way I can:
1. launch the application as my first task
2. allow that task to finish but keep the program open
I need task 2 to wait for task one to complete before it starts to make sure it is open first.
Thanks