immich/mobile/openapi/doc/QueueStatusLegacyDto.md

529 B

openapi.model.QueueStatusLegacyDto

Load the model package

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] [Back to API list] [Back to README]