Skip to main content
September 21, 2015
Question

asynchronous export file

  • September 21, 2015
  • 1 reply
  • 647 views

Here is an extract from my applescript, i need my script to wait for this process to finish before carrying on.

asynchronous export file active document format PDF type to exportPath without showing options

  wait for task background task completed


but i get the following error:


error "Adobe InDesign CC 2014 got an error: Can’t get background task completed." number -1728 from background task completed


Am i doing something wrong?


any help would be appreciated



This topic has been closed for replies.

1 reply

LeoMari-eL6mBl
Inspiring
September 21, 2015

Active Background Task in Window>Utilities>Background Tasks.

September 22, 2015

Thats for this but i need a command to reference the file once it has completed the export so that my script carries on. are you able to help?