@openpit/engine
    Preparing search index...

    Class DropCopyResult

    Outcome of engine.applyDropCopy.

    On success ok is true and operation is a single-use DropCopyOperation; on rejection ok is false and rejects is non-empty.

    Index
    ok: boolean

    Whether drop copy applied the historical order.

    operation: DropCopyOperation | undefined

    The shared single-use operation, or undefined on rejection.

    Repeated reads return handles sharing the same one-shot lifecycle.

    rejects: Reject[]

    The fatal evaluation rejects, empty on success.

    • Returns void

    • Returns void