Copy link to clipboard
Copied
Hello everyone, i'm trying to create a button on a premiere panel that would check if all the current jobs that were queued to be renderd in Adobe Media Encoder have finished. Then it would return either True or False back to the panel. I've been digging around but all I can find is "app.encoder.bind('onEncoderJobComplete', callback);" which will notify when each job is finished but not when ALL jobs are done it also can't return back to evalscript() either.
I am developing on Mac as well.
Any help would be greatly appreciated!!
Thanks
This is my thought process so far:
main.js:
let csInterface = new CSInterface();
Have something to add?