InvokeAsyncAndLogParams.fn method
The function to invoke.
Signature:
fn(this: void, abortSignal: AbortSignal): Promisable<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| abortSignal | AbortSignal | The abort signal to control the execution of the function. |
Returns: Promisable<void> — A Promisable that resolves when the function is complete.