deric / DaVinciResolve-API-Docs

57 stars 10 forks source link

GetRenderJobStatus does not take job index as argument #2

Open RedstoneMedia opened 1 year ago

RedstoneMedia commented 1 year ago

project.GetRenderJobStatus does not take a "given job index (int)", but instead a string containing the "JobId" that can be acquired by calling project.GetRenderJobList. I tried to use project.GetRenderJobStatus with both 0 and 1, both return None, even though these jobs exist.

deric commented 1 year ago

Which DaVinci Resolve version do you use? For the latest version of this README.TXT, please refer to the local file included with your Davinci Resolve software. (Help > Documentation > Developer). On Linux e.g. in /opt/resolve/Developer/Scripting/README.txt.

RedstoneMedia commented 1 year ago

I'm using Resolve 18.1.1 Build 7.

In the README it says:\ GetRenderJobStatus(jobId) --> {status info} # Returns a dict with job status and completion percentage of the job by given jobId (string).

The README.txt file has been updated on November 22, 2022.