Skip to content

InvokeAsyncAndLogParams.fn method

InvokeAsyncAndLogParams › fn

The function to invoke.

Signature:

fn(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.