The name of the async hook.
Returns the value of the first hook to return a boolean, or true.
Calls all hooks currently registered and either halts or continues the function based on the return behavior of each hook.
The name of the async hook
Returns the value of the first hook to return a boolean, or true.
Registers a new hook to be called when the corresponding checkHook() call is executed.
The name of the hook
The function to be called when the hook is executed.
Registers a new hook to be called when the corresponding checkAsyncHook() call is executed.
The name of the async hook.
The function to be called when the hook is executed.
Calls all async hooks currently registered and either halts or continues the function based on the return behavior of each hook.