Represents a request to save the current session of the aria2 client.
SaveSession(string? id = null)Saves the current session to a file specified by the –save-session option.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.saveSession
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Throws:
Aria2Exception
Thrown when an aria2 error occurs.