Merge
This commit is contained in:
commit
352fc22273
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
|
|
||||||
static void PurgeCompletedTasks(object obj)
|
static void PurgeCompletedTasks(object obj)
|
||||||
{
|
{
|
||||||
List<BackgroundTask> tasks = TaskController.GetTasks();
|
List<BackgroundTask> tasks = TaskController.GetProcessTasks(BackgroundTaskStatus.Run);
|
||||||
|
|
||||||
foreach (BackgroundTask task in tasks)
|
foreach (BackgroundTask task in tasks)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue