Continue

data class Continue(val retryCount: Int, val maxRetries: Int) : PollingStatus

Indicates that polling is in progress.

Parameters

retryCount

The current retry count.

maxRetries

The maximum number of retries.

Constructors

Link copied to clipboard
constructor(retryCount: Int, maxRetries: Int)

Properties

Link copied to clipboard
Link copied to clipboard