fixed bugs Scheduler Service
This commit is contained in:
parent
d14b5fc01f
commit
20f4b371d1
30 changed files with 332 additions and 190 deletions
|
@ -101,7 +101,8 @@ namespace WebsitePanel.EnterpriseServer
|
|||
// get application info
|
||||
app = GetApplication(inst.PackageId, inst.ApplicationId);
|
||||
|
||||
BackgroundTask topTask = TaskController.GetTopTask();
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
topTask.ItemName = app.Name;
|
||||
|
||||
TaskController.UpdateTask(topTask);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue