update

fun ProgressTask<*>.update(completed: Long)
fun ProgressTask<*>.update(completed: Number)

Set the completed progress of this task to completed.

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