This commit is contained in:
@@ -24,6 +24,11 @@ namespace AyaNova.Biz
|
|||||||
//
|
//
|
||||||
public static async Task DoWorkAsync(bool OnDemand = false)
|
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 (BackupIsRunning) return;
|
||||||
if (!OnDemand)
|
if (!OnDemand)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user