advance

fun ProgressTask<*>.advance(amount: Long = 1)
fun ProgressTask<*>.advance(amount: Number)

Advance the completed progress of this task by amount.

This is a shortcut for update { completed += amount }.