Get the deadline point version from scripting api

Check this thread:

version = ClientUtils.ExecuteCommandAndGetOutput("GetVersion")
print("Deadline's version is {}".format(version))

>> Deadline's version is v10.0.10.4 Release (ffe5d2721)
1 Like