Aria2.JsonRpcClient

Aria2.JsonRpcClient Documentation - Home | Client | Requests | Models | Examples

TellStopped

Overview

Represents a request to get the list of stopped downloads.


Constructors

TellStopped(int offset, int num, string[]? keys = null, string? id = null)

Returns a list of stopped downloads.offset specifies the starting index (can be negative) and num specifies the maximum number to return.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.tellStopped

Parameters:

Returns:

A read-only list of stopped downloads.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


TellStopped(int offset, int num, Expression<Func<Aria2Status, object?>> keysSelector, string? id = null)

Returns a list of stopped downloads.offset specifies the starting index (can be negative) and num specifies the maximum number to return.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.tellStopped

Parameters:

Returns:

A read-only list of stopped downloads.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


Top
© lantean-code - Generated on 2025-04-02