Embedded32 API
    Preparing search index...

    Interface RuntimeEvent

    interface RuntimeEvent {
        data?: Record<string, unknown>;
        moduleId?: string;
        timestamp: number;
        type:
            | "module-started"
            | "module-stopped"
            | "module-failed"
            | "config-loaded"
            | "supervisor-started"
            | "supervisor-stopped"
            | "health-check";
    }
    Index
    data?: Record<string, unknown>
    moduleId?: string
    timestamp: number
    type:
        | "module-started"
        | "module-stopped"
        | "module-failed"
        | "config-loaded"
        | "supervisor-started"
        | "supervisor-stopped"
        | "health-check"