tgstation-server
The /tg/station 13 server suite
ISetupWizard.cs
Go to the documentation of this file.
1 using System.Threading;
2 using System.Threading.Tasks;
3 
4 namespace Tgstation.Server.Host.Core
5 {
9  interface ISetupWizard
10  {
16  Task<bool> CheckRunWizard(CancellationToken cancellationToken);
17  }
18 }
The command line Configuration setup wizard
Definition: ISetupWizard.cs:9