This commit is contained in:
2020-05-25 21:27:32 +00:00
parent 9fee1f2dbd
commit a27066bbfd

View File

@@ -24,6 +24,11 @@ namespace AyaNova.Biz
//
public static async Task DoWorkAsync(bool OnDemand = false)
{
//## TEST TEMPORARY
//This should trigger the kill switch for generator
System.Diagnostics.Debug.WriteLine($"CoreJobBackup test wait 5 minutes starting now...");
await Task.Delay(new TimeSpan(0,5,0));
if (BackupIsRunning) return;
if (!OnDemand)
{