From 6fb22273d15ed476ccbd3820de6af9bc0deee793 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 26 Nov 2018 14:19:06 +0200 Subject: Implemented Application Initialization Error and Handling. --- .../PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Application') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs index 0feb551b1..003229e65 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs @@ -40,6 +40,11 @@ namespace Tango.PPC.Common.Application /// event EventHandler SetupRequired; + /// + /// Occurs when the application has encountered an error when initializing. + /// + event EventHandler ApplicationInitializationError; + /// /// Gets a value indicating whether the application is shutting down. /// @@ -50,6 +55,11 @@ namespace Tango.PPC.Common.Application /// void ShutDown(); + /// + /// Restarts the application. + /// + void Restart(); + /// /// Gets the application version. /// -- cgit v1.3.1