retryWithStatus

open suspend override fun retryWithStatus(status: Request.Status, action: suspend () -> Unit): Boolean

Retries all request types for a given status.

Return

Boolean indicating the run status of action

Parameters

status

Status for request to retry

action

Action to run when status is satisfied