All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.PieceState.kt Maven / Gradle / Ivy

package qbittorrent.models

enum class PieceState {
    MISSING,
    DOWNLOADING,
    DONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy