Enqueue a job using Panel SDK
Hello,
I hope this forum section is the right one for my question. I did not find a section for questions regarding Panel SDK.
Following the provided panel SDK examples, I am now trying to enqueue a job (add a job to batch). Currently it is not really clear, which of the provided functions I can use to do this and which parameters (order of paramters) the functions expect.
Debugging my implementation (Extension Script Toolkit) I can see, that calling app.getFrontend() returns a set of functions to add something to batch:
- addCompToBatch
- addDLToBatch
- addFileSequenceToBatch
- addItemToBatch
- addXMLToBatch
Which of these functions is the right one to choose? Which parameters does the function expect?
All job information we can provide are:
- filename (path to file)
- Preset-Name (or id)
- If we need a preset location (file path) how can we get the path for the preset
- Destination path
Thanks in advance for any help.
