Represents a request to unpause a download.
Unpause(string gid, string? id = null)Unpauses the download denoted by gid, changing its status to waiting. Returns the GID of the unpaused download.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.unpause
gid (string): The GID of the download to unpause.
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Returns:
The GID of the unpaused download.
Throws:
Aria2Exception
Thrown when an aria2 error occurs.