Progress

value class Progress(val value: Int)

Progress as a percent value

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard

true if progress is complete

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String