Anchorage API reference
    Preparing search index...

    Interface StartReservationOutcome

    interface StartReservationOutcome {
        created: boolean;
        reservation: StartReservation;
    }
    Index

    Properties

    Properties

    created: boolean

    Whether THIS call created the row. Only a creator may go straight to the claim; everyone else takes the replay path, which is where the "what happened to the first one?" answers live.

    reservation: StartReservation

    The authoritative reservation — this caller's, or the winner's.