exit from app

This commit is contained in:
Róbert Kiss
2017-12-14 23:19:34 +01:00
parent 2bf7d545a2
commit 42b4465230
5 changed files with 39 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ class App {
public static readonly appStarted = 'app-started';
public static readonly getAppStartInfo = 'app-get-start-info';
public static readonly getAppStartInfoReply = 'app-get-start-info-reply';
public static readonly exit = 'app-exit';
}
class AutoUpdate {