﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2488	@exitMethod - proposal - new mode - Accident	mlipok		"Please add a new mode to @exitMethod

I am referring to cases when the script finished its work by accident.

For example:
{{{
OnAutoItExitRegister('_OnExit')

Local $aTest[10]
Local $a = $aTest[12]

Func _OnExit()
	MsgBox(4096, 'Test', @exitMethod & @CRLF & @exitCode)
EndFunc   ;==>_DumpOnExit
}}}
"	Feature Request	closed		AutoIt		None	Rejected		
