Jango Posted January 4, 2008 Posted January 4, 2008 Hello, I would like to know if i use : Opt("OnExitFunc","OnExit") If someone kill my script via the task manager, will my script execute the Onexit Func ???
TomZ Posted January 4, 2008 Posted January 4, 2008 (edited) Why don't you try it yourself? While 1 ;Idle, wait to be closed Sleep(100) WEnd Func OnAutoItExit() FileWrite("onexitfunctest.txt", "OnAutoItExit Called") EndFunc Oh, the answer is no. Edited January 4, 2008 by TomZ
Jango Posted January 4, 2008 Author Posted January 4, 2008 Why don't you try it yourself? While 1 ;Idle, wait to be closed Sleep(100) WEnd Func OnAutoItExit() FileWrite("onexitfunctest.txt", "OnAutoItExit Called") EndFunc Oh, the answer is no. You are right tomZ thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now