Files
LanMountainDesktop/LanDesktopPLONDS.installer/Models/InstallerWorkflowState.cs

10 lines
266 B
C#
Raw Normal View History

namespace LanDesktopPLONDS.Installer.Models;
public sealed record InstallerWorkflowState(
InstallerStepId CurrentStep,
InstallerStepId MaxUnlockedStep,
string InstallPath,
bool PrivacyConfirmed,
string? TargetVersion,
string? ErrorMessage);