Written by

Question Nezla · Jun 1, 2022

<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

Comments

Nezla · Jun 1, 2022

Never mind guys found the problem, i missed to put quit with a stauts as required (Quit $$$OK)

Method OnTask() As %Status
{
res= myclasds
Quit $$$OK
}

0