| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IRunWithTimeoutOptions
Signature:
export interface IRunWithTimeoutOptions<TResult> Used with Async.runWithTimeoutAsync()<></>.
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
() => Promise<TResult> | TResult |
The action to be performed. The action is executed with a timeout. | ||
|
string |
(Optional) The message to use for the error if the timeout is reached. | ||
|
number |
The timeout in milliseconds. |