[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Executes the script in the JavaScript language as a single transaction. Tab=Adobe [Property] Photoshop=Sets COM server Photoshop.Application. ARG(Application)|20|(empty)|Photoshop +Script=Sets the JavaScript to execute. ARG(string)|2| Path=Sets the full path to the JavaScript file. ARG(string)|2| Arguments=Sets an array of arguments passed to the JavaScript. ARG(string[])|5| ExecutionMode=Sets a value indicating whether how to execute this JavaScript. ARG(PsJavaScriptExecutionMode)|14|0|Default,psNeverShowDebugger,psDebuggerOnError,psBeforeRunning [Methods] doScript=Executes the JavaScript code. ARG(string script, string[] arguments, PsJavaScriptExecutionMode executionmode)|1|0 *doScriptFile=Executes the JavaScript file. ARG(string path, string[] arguments, PsJavaScriptExecutionMode executionmode)|1|0 onComplete=Occurs after adding an event listener. ARG(string)|2|2 onError=If an error occurs, an error message appears. ARG(string)|2|2 Photoshop=Defines COM server Photoshop.Application. ARG(Application)|4|0 Script=Defines the JavaScript to execute. ARG(string)|4|2 Arguments=Defines an array of arguments passed to the JavaScript. ARG(string[])|4|13 *path=Defines the full path to the JavaScript file. ARG(string)|4|2