Home > @rushstack/node-core-library > IRunWithRetriesOptions
IRunWithRetriesOptions interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IRunWithRetriesOptions<TResult>
Remarks
Used with Async.runWithRetriesAsync().
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | () => Promise<TResult> | TResult | (BETA) | |
maxRetries | number | (BETA) | |
retryDelayMs? | number | (BETA) (Optional) |