| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IRunWithTimeoutOptions > action
The action to be performed. The action is executed with a timeout.
Signature:
action: () => Promise<TResult> | TResult;