EventHook

Represents a hook that is called for a specific event.

Members

Variables

hook
HookDelegate hook;

The function delegate to be ran.

runAsync
bool runAsync;

If the delegate can be ran in a separate worker thread.

Meta