Hi,
I'm trying to set a bunch on actions to run when I log off of shut down my computer (Windows OS). E.g : run a python script to copy files, etc...
I've been looking everywhere, included in the forum, but couldn't find anything about a Main.onExit event, or System.logOff ...
Do such events exist? I also unsuccessfully tried a Process.Destroyed.EventGhost...
thanks
cedivers
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Event on logoff/shutdown
Re: Event on logoff/shutdown
Hopefully you found your solution in the last two months. If not...
see the last post in max's thread:
http://www.eventghost.org/forum/viewtop ... f=2&t=2011
In short:
Main.OnClose - fires when EG is closed.
Main.OnEndSession - fires when the OS shuts down.
see the last post in max's thread:
http://www.eventghost.org/forum/viewtop ... f=2&t=2011
In short:
Main.OnClose - fires when EG is closed.
Main.OnEndSession - fires when the OS shuts down.