Question Rochdi Badis · Jun 1, 2022 <COMMAND>zRunTask+72^%SYS.TaskSuper.1 #Ensemble 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 0 0 108
Rochdi Badis · 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{S res= myclasdsQuit $$$OK}
Never mind guys found the problem, i missed to put quit with a stauts as required (Quit $$$OK)
{
S res= myclasds
Quit $$$OK
}