withProgress
fun <Failure, Value> Outcome<Failure, Value>.withProgress(progress: Progress = done()): ProgressiveOutcome<Failure, Value>(source)
Adds progress information to this outcome to make it a ProgressiveOutcome.
Because regular outcomes cannot be unfinished, this function never returns ProgressiveOutcome.Incomplete.