Question
Javascript qatest method
Hello,
I am trying to know the number of plugins loaded in Indesign Server. For this, I am writing a javascript which uses following command:
var count;
count = app.qatest("CountPlugins");
When the script is run, it gives the error "app.qatest is not a function".
Please help me to figure out why this function is not reconizable in my script?
Thanks,
I am trying to know the number of plugins loaded in Indesign Server. For this, I am writing a javascript which uses following command:
var count;
count = app.qatest("CountPlugins");
When the script is run, it gives the error "app.qatest is not a function".
Please help me to figure out why this function is not reconizable in my script?
Thanks,