ProgressBase

@Serializable
sealed interface ProgressBase(source)

Represents the base interface for progress tracking.

Inheritors

Properties

Link copied to clipboard
abstract val progress: Int

The progress thus far. This should increase every time progress is made, even if the total is unknown.

Link copied to clipboard
abstract val total: Double?

Total number of items to a process (or total progress required), if known.