@cdk-x/core
    Preparing search index...

    Interface StabilizeConfig

    Configuration for the stabilization polling loop used by ResourceHandler.waitUntilStabilized.

    interface StabilizeConfig {
        intervalMs: number;
        timeoutMs: number;
    }
    Index

    Properties

    intervalMs: number

    How long to wait between polling attempts, in milliseconds.

    timeoutMs: number

    Maximum total time to wait before giving up, in milliseconds.