Stratal API Reference
    Preparing search index...

    Interface OnShutdown

    Lifecycle hook: called during application shutdown

    interface OnShutdown {
        onShutdown(context: ModuleContext): void | Promise<void>;
    }
    Index

    Methods

    Methods