RetryWithTimeoutParams.operationFn method
RetryWithTimeoutParams › operationFn
The function to execute.Signature:
operationFn(this: void, abortSignal: AbortSignal): Promisable<boolean>Parameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| abortSignal | AbortSignal | The abort signal to listen to. |
Returns: Promisable<boolean> — The result of the function.