javascript - Check if function is fully executed -


how can check if java script function executed without callback function?

i scripting adobe illustrator , use "save()" method save active document. when it's done saving want something, after completeley saved.

the method doesn't offer callback function need way execute own funciton, after document saved.

which sdk use? documentaftersave event need instead? (described dcoumentaftersave (yes, typo) in programmers-guide.pdf)


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -