@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
Hi
How can i scrape text and save it in a file using multiple threads http://prntscr.com/sp3lry
I tried using call functional in several threads but i got an error which says "Network Manager is not accessible"
@niceusername said in Call function in several threads:
to be more clear, can i run the commands that are inside for loop http://prntscr.com/sp3lry in multiple threads ? I tried but couldnt achieve it, please help
@niceusername said in Call function in several threads:
@niceusername said in Call function in several threads:
to be more clear, can i run the commands that are inside for loop http://prntscr.com/sp3lry in multiple threads ? I tried but couldnt achieve it, please help
Use the "LinesFromFile" resource with the "Only write" option
