Type alias StopTorrentsConfig

StopTorrentsConfig: {
    ids: TorrentId;
}

The configuration options for stopping one or more torrents

You can pass a single ID or an array of IDs to remove multiple torrents. If no IDs are passed, all torrents will be stopped.

Type declaration

  • ids: TorrentId

    The ID or IDs of the torrents to remove

    Example

    1
    

    Example

    
    

Generated using TypeDoc