Pause Until Application Is Fully Loaded?

I have a question for these "pause until" actions, my understanding is that it is constantly checking until condition met or timeout. This may cause high CPU usage, is there a setting to specify a time period between each check? Thanks.

not that I'm aware of.

The CPU spike should be short or negligible. For which app do you need a time period check?

If this is causing a lot of lag, you could add several Pause Until actions with a short timeout, and some Pause X second actions in between:

  1. Add a Pause Until action with a short timeout
  2. Add a Pause X seconds action
  3. Add another Pause Until action
    etc

Thanks confirming.

I am doing something similar to the way you are describing. I add a loop, in side the loop: check condition, pause, then again.