Files
blender-portable-repo/scripts/addons/flamenco/manager/docs/EventTaskUpdate.md
T
2026-03-17 15:25:32 -06:00

1.0 KiB

EventTaskUpdate

Subset of a Task, sent over SocketIO/MQTT when a task changes. For new tasks, previous_status will be excluded.

Properties

Name Type Description Notes
id str UUID of the Task
job_id str
name str Name of the task
updated datetime Timestamp of last update
status TaskStatus
activity str
steps_completed int
steps_total int
worker AssignedWorker [optional]
previous_status TaskStatus [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]