InvokeAsyncAndLogParams.$function method
InvokeAsyncAndLogParams › $function
The function to invoke.Signature:
$function(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.