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 = 0Do not start. The default for anything unexpected, including closing the window.
InstallAndStart = 1Fetch what is missing, then start.
StartAnyway = 2Start as things are.