﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2235	if process not exist,ProcessGetStats will not return 0.	thesnoW	Valik	"
{{{
#include <Array.au3> 
Local $a=ProcessGetStats(12345678,1)
 
MsgBox(32,"""",$a)
If $a <> 0 Then 
        ConsoleWrite($a[0] & @TAB & $a[1] & @CRLF)
EndIf

}}}

if process not exist,ProcessGetStats will not return 0.

"	Bug	closed	3.3.9.5	AutoIt	3.3.9.4	None	Fixed		
