I tried creating a Timer which uses the 'Find Window' Action, but I am guessing I am not understanding this context properly.
How would I make it so every x seconds (or real time if there is a system call for it I guess), it scans the system for a certain process with a certain titlebar value, and notifies me if it hasn't been found? Currently I have:
Tree layout:
Action Name:Process Name
- Timer (Start New Timer)
- Find Window (Program & Window name values filled in, stop macro if target is found)
- Start Program (notifies me)
