I want to do IF statement: If my resource runs out of data to process do x actions. How do I do this? I tried to use Ignore errors but that did not work.
@GaG sorry I can't figure out how you say it , or can you give me a few more options for reference ? I'm having a problem these days. I can only run 1 thread
Hello,
I need to use resource while loop as list foreach loop. But i getting resource end/finish error. I dont want to stop thread on resource end. Any idea?
You can move a resource to a list and use it. Or use the "Don't end application if not exists" option and the "Ignore Errors" action
Ignore errors was that want i need :)
I cant use list because i working in multi mode and this resource is cuted by all threads :/