waitForResult

suspend fun waitForResult(): <Error class: unknown class>

Waits for the result of the current task, without caring about the result or an error. It won't return the result neither will it throw. You have to call Task.result for this.