pamoja for TypeScript - v0.1.17
    Preparing search index...

    Variable SlotStateConst

    SlotState: {
        Confirmed: SlotState;
        Empty: SlotState;
        Failed: SlotState;
        Pending: SlotState;
        Receiving: SlotState;
        Staged: SlotState;
    }

    What a device believes about one slot.

    Provided as a runtime object plus a matching string-union type.

    Type Declaration

    • ReadonlyConfirmed: SlotState

      Tried and confirmed working.

    • ReadonlyEmpty: SlotState

      Nothing has been written here.

    • ReadonlyFailed: SlotState

      Tried and did not confirm, so it will not be tried again.

    • ReadonlyPending: SlotState

      Being tried for the first time; it reverts unless it confirms.

    • ReadonlyReceiving: SlotState

      An image is arriving, and written says how much of it has.

    • ReadonlyStaged: SlotState

      A complete image that matched its manifest, not yet tried.