This commit is contained in:
2020-05-16 20:08:19 +00:00
parent b3afe5fa05
commit 4af463d296
2 changed files with 1 additions and 5 deletions

View File

@@ -1,10 +1,6 @@
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AyaNova.Biz;
namespace AyaNova.Biz
{

View File

@@ -262,8 +262,8 @@ namespace AyaNova.Biz
await JobsBiz.UpdateJobStatusAsync(job.GId, JobStatus.Running, ct);
await JobsBiz.LogJobAsync(job.GId, $"Tag::BulkJob started...", ct);
//DO JOB HERE
await JobsBiz.LogJobAsync(job.GId, "Tag::BulkJob completed", ct);
await JobsBiz.UpdateJobStatusAsync(job.GId, JobStatus.Completed, ct);