Enum BootAction
What a bootloader should do with what it found.
public enum BootAction
Fields
Confirmed = 0Nothing new to try; run the confirmed image.
Reverted = 2A pending image never confirmed, so it was failed.
Trying = 1A staged image is being tried for the first time.