When an asynchronous operation is initiated or completes a callback is called to notify the user. The before callback is called just before said callback is executed.
method
async_hooks.HookCallbacks.before
@param asyncId
the unique identifier assigned to the resource about to execute the callback.