﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2919	OnAutoItExitRegister - @exitMethod - after Crash	mLipok		"Please add new @exitMethod 

here is repro:


{{{
OnAutoItExitRegister('_My_Exit')

_UngracefulExit()
Func _UngracefulExit()
	Local $a[1]
	MsgBox(0, 0, $a[3])
EndFunc   ;==>_UngracefulExit

Func _My_Exit()
	MsgBox(0, '_my_Exit()', '@exitCode: ' & @exitCode & @CRLF & '@exitMethod: ' & @exitMethod)
EndFunc   ;==>_My_Exit

}}}
"	Feature Request	closed		AutoIt		None	Rejected		
