aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-12-15 23:18:17 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-12-15 23:18:17 +0200
commit2fd1b01fce7ec78262790a2ed99d9fd4b3d9e428 (patch)
tree97bc05748dac476fdf27cb34a148a22befe17e73 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs
parent9bbfc1a62c8177ea2d1122b6564d6e8b219f1f47 (diff)
parent66be0fdd579050375421ad54dc25cf35bac0845c (diff)
downloadTango-2fd1b01fce7ec78262790a2ed99d9fd4b3d9e428.tar.gz
Tango-2fd1b01fce7ec78262790a2ed99d9fd4b3d9e428.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs
index 77646da40..7c835165f 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs
@@ -95,5 +95,11 @@ namespace Tango.PPC.Common.MachineUpdate
/// </summary>
/// <returns></returns>
Task<PackageRunnerResult> RunPostUpdatePackages();
+
+ /// <summary>
+ /// Restores the last database backup.
+ /// </summary>
+ /// <returns></returns>
+ Task RestoreLastDatabaseBackup();
}
}