wsp-10284 Enterprise solution report
This commit is contained in:
parent
912c0dfe7c
commit
11c78bb5eb
4 changed files with 112 additions and 19 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue