Cancelled

data class Cancelled(val attempts: Int, val elapsedMs: Long) : PollingOutcome<Nothing>

Cancelled externally or due to scope cancellation.

Constructors

Link copied to clipboard
constructor(attempts: Int, elapsedMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard