forge.timers
    Preparing search index...

    Interface IMigrationResult

    interface IMigrationResult {
        drained: boolean;
        moved: number;
        skipped: string[];
    }
    Index
    drained: boolean

    Whether the source was drained, and so whether a rerun would be a no-op

    moved: number
    skipped: string[]

    Names already taken in the target, left where they were