ReplicatorProgress

Progress of a replicator. If total is zero, the progress is indeterminate; otherwise, dividing the two will produce a fraction that can be used to draw a progress bar.

actual class ReplicatorProgress : DelegatedClass<<Error class: unknown class>> (source)

Properties

Link copied to clipboard
expect val completed: Long

The number of completed changes processed.

actual val completed: Long
actual val completed: Long
Link copied to clipboard
expect val total: Long

The total number of changes to be processed.

actual val total: Long
actual val total: Long

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String