Hi,
Not in a single execution, no. What I would do is the following :
- when evaluating a kw for pause/unpause, give it a label, like "checked_today" or something.
- the selector must include a condition CONTAINS_NONE ["checked_today"] for the labels
- put a 50000 limit to your selector to prevent warning messages
- put everything in a function that you'll call 5 times.
- once the script is finished, run it again, until all your kws were evaluated
Hope that helps
JT