This commit is contained in:
2022-09-10 21:21:43 +00:00
parent c163311776
commit 56af1db7e7
5 changed files with 36 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ namespace AyaNova.Util
//is used to control generator from starting
internal static bool BOOTING { get; set; }
//False if db server is detected to be down
//is used to control generator from processing
internal static bool DBAVAILABLE { get; set; }
internal static GlobalOpsBackupSettings Backup { get; set; }
internal static GlobalOpsNotificationSettings Notify { get; set; }
internal static DateTime NextBackup { get; set; }