Question
Exit on finish
I'm trying to get a script to execute as a droplet. At the end I would like Photoshop to exit. So I took a look at the listener and it gave me
var idCls = charIDToTypeID( "Cls " );
executeAction( idCls, undefined, DialogModes.NO );
So I put that in...but when it executes it gives me. 'the command "Close" is not currently available". Any ideas?
