diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-12-15 16:52:30 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-12-15 16:52:30 +0200 |
| commit | 66be0fdd579050375421ad54dc25cf35bac0845c (patch) | |
| tree | 429ebbf390862a2cc1dcad40aecb96a1399c7ab0 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | |
| parent | 97513f619e9778e8409831db04b29b0dcf53f1b9 (diff) | |
| download | Tango-66be0fdd579050375421ad54dc25cf35bac0845c.tar.gz Tango-66be0fdd579050375421ad54dc25cf35bac0845c.zip | |
Implemented several fallbacks to PPC update failure !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index 29ad1399c..aacbe8901 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -282,6 +282,12 @@ namespace Tango.PPC.Common public bool BypassInternetConnectivityCheck { get; set; } /// <summary> + /// Gets or sets the last database backup file that was generated before application update. + /// If updater utility was successful, this file should be deleted. Otherwise should be restored. + /// </summary> + public String LastDatabaseBackupFile { get; set; } + + /// <summary> /// Gets the machine service address. /// </summary> /// <returns></returns> |
