DownloadStatus

data class DownloadStatus(val retrySame: Boolean, val tryNext: Boolean, val success: Boolean)

Constructors

Link copied to clipboard
constructor(retrySame: Boolean, tryNext: Boolean, success: Boolean)

Properties

Link copied to clipboard

if you should retry with the same args and hope for a better result

Link copied to clipboard

if the result is what the user intended

Link copied to clipboard

if you should try the next mirror