My script works great on BAS but when i try with custom interface nothing works as it should. When i check the dev tool all resources say " Did you forget to override SetResourceValue function ". any ideas?
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?
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
@allister Ok, finally I got your point. You define function as actions in Main function. _call(_on_start, null)! is placed only after functions defined through main interface.