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

    Variable BootActionConst

    BootAction: { Confirmed: BootAction; Reverted: BootAction; Trying: BootAction }

    What a bootloader should do with what it found.

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

    Type Declaration

    • ReadonlyConfirmed: BootAction

      Nothing new to try; run the confirmed image.

    • ReadonlyReverted: BootAction

      A pending image never confirmed, so it was failed.

    • ReadonlyTrying: BootAction

      A staged image is being tried for the first time.