| Hello,
On one project I add several urls. I want to wait for several seconds after
processing each of them. After debuging several hours through the source code
I cannot find where the urls are iterated and processed one by one, so I can
add my ::Sleep() in between. Please, tell me where this happens in your code.
If I put the sleep before hts_parse, it waits on every file from the site. But
I want to wait only between the sites I have specified in the UI.
Regards,
Tim | |