Operation timed polling algorithm, which uses exponential backoff factor for determining when the
next polling operation should be executed. If the polling exceeds the total timeout this
algorithm cancels polling.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-01 UTC."],[[["This webpage details the `OperationTimedPollAlgorithm` class, which is designed for managing long-running operations using exponential backoff for polling intervals."],["The `OperationTimedPollAlgorithm` class extends `ExponentialRetryAlgorithm` and inherits various methods for managing retry attempts and determining when to terminate."],["The latest version documented on the page is 2.63.1, while version 2.32.0 is used to detail the inheritance tree, and the inherited methods of the class."],["The class offers static `create` methods for instantiating the algorithm, allowing custom `RetrySettings` and `ApiClock` for time computations."],["The `shouldRetry` and `shouldRPCTerminate` methods are used to determine if another poll operation should be executed, or to cancel the process, respectively."]]],[]]