immich/mobile/openapi/doc/QueueStatusLegacyDto.md

16 lines
529 B
Markdown

# openapi.model.QueueStatusLegacyDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isActive** | **bool** | Whether the queue is currently active (has running jobs) |
**isPaused** | **bool** | Whether the queue is paused |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)