completed background job scheduler
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface IInstallationManager
|
||||
{
|
||||
void InstallPackages(string Folders, bool Restart);
|
||||
void UpgradeFramework();
|
||||
void RestartApplication();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user