commonMain.PieceState.kt Maven / Gradle / Ivy
package qbittorrent.models
enum class PieceState {
MISSING,
DOWNLOADING,
DONE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package qbittorrent.models
enum class PieceState {
MISSING,
DOWNLOADING,
DONE
}