This commit is contained in:
Virtuworks 2014-05-27 10:14:13 -04:00
commit 352fc22273

View file

@ -412,7 +412,7 @@ namespace WebsitePanel.EnterpriseServer
static void PurgeCompletedTasks(object obj)
{
List<BackgroundTask> tasks = TaskController.GetTasks();
List<BackgroundTask> tasks = TaskController.GetProcessTasks(BackgroundTaskStatus.Run);
foreach (BackgroundTask task in tasks)
{