Code:
function startProcess(processName)
{ 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, processName);
system.functions.rtecall("callrad", rteReturnValue,
"scheduler.start", //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


I added the variable reset and that cleared up that part of the issue. I'm still getting the...
Kill User Sessions without being SysAdmin
jmbetty on 2010-08-19