Code:
function killProcess(p)
{ var rteReturnValue = new SCDatum();
var rteNames = new SCDatum();
rteNames.push("name");
var rteValues = new SCDatum();
rteValues.setType(8);
rteValues=system.functions.insert(rteValues, 0, 1, p);
system.functions.rtecall("callrad", rteReturnValue,
"signal", //RAD app name
rteNames,
rteValues,
false); //false to run in same thread, true to run in new thread
return true;
}


Section Widget
Recent Article Comments Widget
Reply

I have picked up a copy of the new book. (Also own a copy of the 6.2 version.) I have started...
New book by Mike Sanders: Service Manager 9 Tailoring Techniques
drjf4 on 2012-02-03