Table of Contents

Enum BootAction

Namespace
Pamoja.Update
Assembly
Pamoja.Update.dll

What a bootloader should do with what it found.

public enum BootAction

Fields

Confirmed = 0

Nothing new to try; run the confirmed image.

Reverted = 2

A pending image never confirmed, so it was failed.

Trying = 1

A staged image is being tried for the first time.