RetryWithTimeoutParams
Options for retryWithTimeout.
Import:
import type { RetryWithTimeoutParams } from 'obsidian-dev-utils/async';Signature:
export interface RetryWithTimeoutParamsProperties
| Property | Type | Description |
|---|---|---|
| operationName? | string | The name of the operation. |
| retryOptions? | RetryOptions | The retry options. |
| stackTrace? | string | The stack trace of the source function. |
Methods
| Method | Returns | Description |
|---|---|---|
| onTimeout(this, context) | void | The function to handle the timeout. |
| operationFn(this, abortSignal) | Promisable<boolean> | The function to execute. |
Links to this page: