RunWithTimeoutNoticeParams.operationFn method
RunWithTimeoutNoticeParams › operationFn
The operation function to execute.Signature:
operationFn(abortSignal: AbortSignal): Promisable<Result>Parameters:
| Parameter | Type | Description |
|---|---|---|
| abortSignal | AbortSignal | The abort signal to listen to. |
Returns: Promisable<Result> — The result of the function.