1.0 KiB
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] |