onIncomplete

inline fun ProgressiveOutcome<*, *>.onIncomplete(block: () -> Unit)(source)

Executes block if this outcome is incomplete.

Otherwise, does nothing.