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