@grandlinex/kernel
    Preparing search index...

    Type Alias KernelEvent

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

    Event:

    • 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