TimeoutContext.onOperationCompleted method
TimeoutContext › onOperationCompleted
Registers a callback to be invoked when the operation completes.Signature:
onOperationCompleted(callback: () => void): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| callback | () => void | The function to call when the operation completes. |
Returns: void