wsp-10284 Enterprise solution report

This commit is contained in:
dev_amdtel 2014-12-17 19:43:58 +04:00
parent 912c0dfe7c
commit 11c78bb5eb
4 changed files with 112 additions and 19 deletions

View file

@ -45,7 +45,7 @@ namespace WebsitePanel.EnterpriseServer
public static SchedulerJob nextSchedule = null;
public static void Start()
{
{
ScheduleTasks();
}
@ -73,7 +73,7 @@ namespace WebsitePanel.EnterpriseServer
private static void RunManualTasks()
{
var tasks = TaskController.GetProcessTasks(BackgroundTaskStatus.Stopping);
var tasks = TaskController.GetProcessTasks(BackgroundTaskStatus.Stopping);
foreach (var task in tasks)
{