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