Inidicate when initialization and cleanup are complete
This commit is contained in:
parent
4b5c74861a
commit
aaa73c4729
1 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,7 @@ SetWinDelay, 10
|
||||||
Menu, Tray, Add, Exit, Main_quit
|
Menu, Tray, Add, Exit, Main_quit
|
||||||
|
|
||||||
Manager_init()
|
Manager_init()
|
||||||
|
Log_msg("====== Running ======")
|
||||||
Return ; end of the auto-execute section
|
Return ; end of the auto-execute section
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -63,6 +64,7 @@ Main_cleanup: ; The labels with "ExitApp" or "Return" at the end and hotkeys h
|
||||||
Config_saveSession(Config_filePath)
|
Config_saveSession(Config_filePath)
|
||||||
Manager_cleanup()
|
Manager_cleanup()
|
||||||
DllCall("CloseHandle", "UInt", Bar_hDrive) ; used in Bar_getDiskLoad
|
DllCall("CloseHandle", "UInt", Bar_hDrive) ; used in Bar_getDiskLoad
|
||||||
|
Log_msg("====== Exiting ======")
|
||||||
ExitApp
|
ExitApp
|
||||||
|
|
||||||
Main_help:
|
Main_help:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue