mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
* Add failed state and error to Job * Move migration code * Add websocket monitor * Make migrate a job managed task
12 lines
118 B
GraphQL
12 lines
118 B
GraphQL
fragment JobData on Job {
|
|
id
|
|
status
|
|
subTasks
|
|
description
|
|
progress
|
|
startTime
|
|
endTime
|
|
addTime
|
|
error
|
|
}
|