common-plugin / com.cognifide.gradle.common / CommonExtension / progress

progress

fun <T> progress(total: Int, action: ProgressIndicator.() -> T): T

Show asynchronous 0 indicator with percentage while performing some action.

fun <T> progress(total: Long, action: ProgressIndicator.() -> T): T

Show asynchronous progress indicator with percentage while performing some action.

fun <T> progress(action: ProgressIndicator.() -> T): T