queue method

Handler for command.

Queries the status of a previously started command, or all currently started commands.

Implementation

Future<List<SonarrCommand>> queue() async => _commandCommandQueue(_client);