mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
* Add job status to tasks page * Add support for stopping task * Show progress of some tasks
13 lines
170 B
GraphQL
13 lines
170 B
GraphQL
subscription MetadataUpdate {
|
|
metadataUpdate {
|
|
progress
|
|
status
|
|
message
|
|
}
|
|
}
|
|
|
|
subscription LoggingSubscribe {
|
|
loggingSubscribe {
|
|
...LogEntryData
|
|
}
|
|
} |