Skip to content

InvokeAsyncAndLogParams.$function method

InvokeAsyncAndLogParams › $function

The function to invoke.

Signature:

$function(this: void, abortSignal: AbortSignal): Promisable<void>

Parameters:

ParameterTypeDescription
thisvoid
abortSignalAbortSignalThe abort signal to control the execution of the function.

Returns: Promisable<void>A Promisable that resolves when the function is complete.