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

1.1 KiB

TaskUpdate

TaskUpdate is sent by a Worker to update the status & logs of a task it's executing. All properties are optional; omitted properties are ignored (i.e. omitting activity will not erase the activity property of the task).

Properties

Name Type Description Notes
task_status TaskStatus [optional]
activity str One-liner to indicate what's currently happening with the task. Overwrites previously sent activity strings. [optional]
log str Log lines for this task, will be appended to logs sent earlier. [optional]
steps_completed int Number of task steps completed. May not exceed the task's steps_total. [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]