Module saved

Module saved 

Source
Expand description

PROP_SAVED values.

A snapshot that exists but cannot be read is distinguishable from no snapshot at all, and running on an older generation than the one last written is distinguishable from running on the newest.

Constantsยง

CURRENT
The newest saved generation is in effect.
FALLBACK
A newer generation was rejected; an older one is in effect.
NONE
Nothing is saved.
UNREADABLE
A snapshot exists but no generation could be read.