loonghao / photoshop-python-api

Python API for Photoshop.
https://loonghao.github.io/photoshop-python-api/
MIT License
625 stars 71 forks source link

how I close the ps.exe safely, ps.Application() seems no such function like "close() / quit()" #275

Open Lockeart opened 1 year ago

Lockeart commented 1 year ago

how I close the ps.exe safely, ps.Application() seems no such function like "close() / quit()" I want to quit the ps.exe rather than its document

loonghao commented 1 year ago

FYI: https://community.adobe.com/t5/photoshop-ecosystem-discussions/exiting-photoshop-from-a-jsx-script/m-p/3451742

monkeycc commented 1 year ago
app.quit()