Skip to content

RetryWithTimeoutParams.operationFn method

RetryWithTimeoutParams › operationFn

The function to execute.

Signature:

operationFn(this: void, abortSignal: AbortSignal): Promisable<boolean>

Parameters:

ParameterTypeDescription
thisvoid
abortSignalAbortSignalThe abort signal to listen to.

Returns: Promisable<boolean>The result of the function.