Run an AppleScript source string synchronously. Blocks the JS thread until the script completes.
The AppleScript source code to compile and execute.
An object { success, result, raw }, or null on XPC failure.
{ success, result, raw }
null
Run an AppleScript source string synchronously. Blocks the JS thread until the script completes.