Jump to content

Recommended Posts

Posted

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 ???

Posted (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 by TomZ
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...