W3Booster SDK 2.0.0
    Preparing search index...

    Interface ApplicationRuntimeStartOptions

    interface ApplicationRuntimeStartOptions {
        signal?: AbortSignal;
        timeout?: number;
        until?: "connected" | "ready" | "synchronized";
    }
    Index
    signal?: AbortSignal

    Cancels only this caller's wait; the shared runtime and its client remain active.

    timeout?: number

    Maximum wait for this caller in milliseconds. Zero disables the timeout.

    until?: "connected" | "ready" | "synchronized"

    Lifecycle milestone required before this caller resolves. Defaults to synchronized state.