Skip to content

TimeoutContext.onOperationCompleted method

TimeoutContext › onOperationCompleted

Registers a callback to be invoked when the operation completes.

Signature:

onOperationCompleted(callback: () => void): void

Parameters:

ParameterTypeDescription
callback() => voidThe function to call when the operation completes.

Returns: void