RunParameters
A protocol defining the parameters for running a run or operation.
Declaration
protocol RunParameters
Overview
This protocol establishes a set of properties that describe the configuration settings required to execute a run, such as the amount of time to wait between polling attempts, the number of retries allowed for polling and network calls, and the timeout interval for network requests.
Topics
Instance Properties
The maximum number of retries allowed for polling operations.
var pollingWaitTimeInSeconds: TimeInterval
The time interval (in seconds) to wait before attempting another polling operation.