<COMMAND>zRunTask+72^%SYS.TaskSuper.1
Hi Guys,
I had a task that was running ok but then crashed and now getting this error <COMMAND>zRunTask+72^%SYS.TaskSuper.1?
Thanks
Product version: Caché 2014.1
Discussion (1)1
Comments
Never mind guys found the problem, i missed to put quit with a stauts as required (Quit $$$OK)
Method OnTask() As %Status
{
S res= myclasds
Quit $$$OK
}