Table of Contents

Enum PamojaBootAction

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

What a bootloader should do with what it found.

public enum PamojaBootAction

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.