Table of Contents

Enum MissingDependenciesChoice

Namespace
McServerLauncher.Views
Assembly
McServerLauncher.dll

What the user decided about a server whose content is missing something.

public enum MissingDependenciesChoice

Fields

Cancel = 0

Do not start. The default for anything unexpected, including closing the window.

InstallAndStart = 1

Fetch what is missing, then start.

StartAnyway = 2

Start as things are.