improve user experience by delegating application restart responsibility to the host user
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
namespace Oqtane.Infrastructure
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface IInstallationManager
|
||||
{
|
||||
void InstallPackages(string folders, bool restart);
|
||||
void InstallPackages(string folders);
|
||||
void UpgradeFramework();
|
||||
void RestartApplication();
|
||||
}
|
||||
|
Reference in New Issue
Block a user