An enumeration of the modes that a registry can be in.

Enumeration Members

Enumeration Members

CLEAN: "CLEAN"

The registry is in clean mode. In this mode, the registry does not keep track of history. Faster and lower memory usage.

HISTORY: "HISTORY"

The registry is in history mode. In this mode, the registry keeps track of all registered and unregistered items.