I have a nodejs code, that exec an extendscript code, and i need to get a result from the extendscript if the code result is true or false(like return or something else).
The only way that I found is to create a flag-file when the extendscript finished, and then to check it in the node.
Is there a better way doing this?
Thank you all!