Represents a request to force pause all downloads.
ForcePauseAll(string? id = null)Forcefully pauses all active and waiting downloads without extra actions.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.forcePauseAll
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.