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