Enum AtomicJsonFile.LoadOutcome
- Namespace
- McServerLauncher.Services
- Assembly
- McServerLauncher.dll
What happened when loading a JSON file.
public enum AtomicJsonFile.LoadOutcome
Fields
CorruptNoBackup = 2The file was corrupt and there was no usable ".bak"; starting from defaults.
Ok = 0The file was read normally (or didn't exist yet).
RecoveredFromBackup = 1The file was corrupt; the last good ".bak" copy was restored.