Progress

class Progress

Class that logs at level INFO every update received (if any).

Constructors

Link copied to clipboard
fun Progress()

Functions

Link copied to clipboard
fun update(progress: Float, message: String?)

Send a new progress update. The progress value should be in the range 0.0 - 100.0, and the message value is an optional text message that can be displayed to the user.