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.

Properties

Methods

Properties

ok: boolean

Whether drop copy applied the historical order.

operation: undefined | DropCopyOperation

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.

Methods

  • Returns void

  • Returns void