Type alias KernelTrigger

KernelTrigger: "pre" | "core-load" | "load" | "start" | "stop" | string

Trigger:

  • pre = executed before modules load
  • load = executed before modules load except the core module
  • load = executed after the core and before the base module load
  • start = executed after modules load
  • stop = executed before modules stopped

Generated using TypeDoc