@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.

PROCESS MANAGER MODULE is designed to call various .exe files on your computer in parallel with the auto-script, as well as to call Batch/Bat scripts. BAS scripts are sequential commands called from the CMD command line. For example, you need to show a dialog box or play some Windows system sound, or get a list of running processes using WMIC. WMIC is a utility program for managing Windows processes.
More information in telegram chat @bas_english