if (p != null) {
TimeList tl = getTimeList(gl_name, p);
result = p.calculate(tl, Context.this);
//System.out.println("006 ::: " + fullname);
if (p.getTrace())
tl.printTrace();
p.executeCopyTo(Context.this, result);
}
if (log)
Context.this.log(false, "ASYNC:", gl_name, "=", result);
// System.out.println(Context.this.ta.getAlias() + " : " +