Suspended

data class Suspended(val delayInSeconds: Long) : UploadingStatus

Uploading chunks has been suspended.

This status may be used when the Internet connection is lost or when the server is not reachable.

Constructors

Link copied to clipboard
constructor(delayInSeconds: Long)

Properties

Link copied to clipboard

The delay in seconds before the next attempt to upload chunks.