Coal LLC - v1.0.0
    Preparing search index...

    Interface IStateDownloads

    interface IStateDownloads {
        checkpoints: { [id: string]: DownloadCheckpoint<string> };
        files: { [id: string]: IDownload };
        speed: number;
        speedHistory: number[];
    }
    Index

    Properties

    checkpoints: { [id: string]: DownloadCheckpoint<string> }
    files: { [id: string]: IDownload }
    speed: number
    speedHistory: number[]