Member Junction
    Preparing search index...

    Result of a lease renewal attempt.

    interface RenewResult {
        CancelRequested: boolean;
        Renewed: boolean;
    }
    Index

    Properties

    CancelRequested: boolean

    True when a cooperative cancel has been requested on the run row (only meaningful when Renewed).

    Renewed: boolean

    True when the DB confirmed our token+fence still own the row and extended the lease.