Class PreFlightResult
- Namespace
- FishMMO.Installer
- Assembly
- FishMMO-Installer.dll
Result of pre-flight system readiness checks.
public sealed record PreFlightResult : IEquatable<PreFlightResult>
- Inheritance
-
PreFlightResult
- Implements
- Inherited Members
Properties
AllChecksPassed
True when all checks passed (no errors).
public bool AllChecksPassed { get; init; }
Property Value
Errors
Blocking errors that prevent installation.
public List<string> Errors { get; init; }
Property Value
Warnings
Advisory warnings that do not block installation.
public List<string> Warnings { get; init; }