Table of Contents

Enum AtomicJsonFile.LoadOutcome

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

What happened when loading a JSON file.

public enum AtomicJsonFile.LoadOutcome

Fields

CorruptNoBackup = 2

The file was corrupt and there was no usable ".bak"; starting from defaults.

Ok = 0

The file was read normally (or didn't exist yet).

RecoveredFromBackup = 1

The file was corrupt; the last good ".bak" copy was restored.