Skip to main content
Inspiring
October 31, 2022
Answered

how to insert delay()

  • October 31, 2022
  • 1 reply
  • 2030 views

hi i need to insert a delay into my script but delay() is not a function....

 

adn how write a condition for wait a new windows is opening

This topic has been closed for replies.
Correct answer jazz-y
$.sleep(1000);

1 reply

jazz-yCorrect answer
Legend
October 31, 2022
$.sleep(1000);
Inspiring
October 31, 2022

thanks i would like try but i have an unknow error... i can t execute my script

Legend
October 31, 2022

Show your code.

If we are talking about ExtendScript, then the code is synchronous and additional functions for waiting for documents to be opened are not needed. Or are you trying to run a third party application from a script? Or is it not ExtendScript?