ynput / ayon-python-api

Apache License 2.0
9 stars 3 forks source link

Expose 'progress' on update_event #97

Closed kalisp closed 11 months ago

kalisp commented 11 months ago

Progress could be modified directly on event.progress, but that key is not exposed in update_event method.

(Could be implemented only after event.progress is exposed on REST api.)

(Similar situation with retries)

iLLiCiTiT commented 11 months ago

Resolved with https://github.com/ynput/ayon-python-api/pull/98