I'd like to automate the start of two applications.
The first one is "Blitzer.de PLUS" and the second one "iGO".
Ofc there is a simple way by starting Blitzer.de and then using an Expression like "sleep(7500)" (or pause, etc.) but
I'd like to start iGO when the UI of Blitzer.de becomes visible after starting. The startup time of Blitzer.de varies a bit...
Why is this important? If I don't start iGo a few seconds after Blitzer.de, Blitzer.de will still be in the foreground and I have to swipe down to select iGO again.
I want to avoid this

So, is there any trigger kind of trigger that could be used to achieve this?