tasks manager fixed purge timer
This commit is contained in:
parent
ec1ad64b9d
commit
1642fcb234
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
static void PurgeCompletedTasks(object obj)
|
||||
{
|
||||
List<BackgroundTask> tasks = TaskController.GetTasks(Guid);
|
||||
List<BackgroundTask> tasks = TaskController.GetTasks();
|
||||
|
||||
foreach (BackgroundTask task in tasks)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue