Member Junction
    Preparing search index...

    Result of a batch-boundary ownership check.

    interface BoundaryCheckResult {
        CancelRequested: boolean;
        Owned: boolean;
    }
    Index

    Properties

    CancelRequested: boolean

    True when CancelRequestedAt is set on the row.

    Owned: boolean

    True when the row's OwnerToken + FenceToken still match ours.