InProgress

data class InProgress(val syncOperation: SyncOperation, val total: Int = 0, val completed: Int = 0) : SyncJobStatus

Syncing in progress with the server.

Constructors

Link copied to clipboard
constructor(syncOperation: SyncOperation, total: Int = 0, completed: Int = 0)

Properties

Link copied to clipboard
val completed: Int = 0
Link copied to clipboard
Link copied to clipboard
val total: Int = 0