Progress

interface Progress<T : JsAny?>(source)

Defines a generalized way of reporting progress updates.

Online Documentation

Functions

Link copied to clipboard
abstract fun report(value: T)

Report a progress update.