1.1 KiB
1.1 KiB
SocketIOJobUpdate
Subset of a Job, sent over SocketIO when a job changes. For new jobs, previous_status will be excluded.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | UUID of the Job | |
| updated | datetime | Timestamp of last update | |
| status | JobStatus | ||
| type | str | ||
| refresh_tasks | bool | Indicates that the client should refresh all the job's tasks. This is sent for mass updates, where updating each individual task would generate too many updates to be practical. | |
| priority | int | defaults to 50 | |
| name | str | Name of the job | [optional] |
| previous_status | JobStatus | [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] |