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