Updated
This commit is contained in:
@@ -27,7 +27,7 @@ public class MyJob : IJob
|
||||
{
|
||||
public Task Execute(IJobExecutionContext context)
|
||||
{
|
||||
Console.WriteLine($"Job ran at {DateTime.Now}");
|
||||
Console.WriteLine($"Job ran at {DateTime.Now} updated");
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user