try {
if (error == null) {
if (Logger.debugging)
Logger.debug("Running process " + process.processName + " "
+ process.context.pc + " - " + (process.context.pcEnd - 1));
ShapeManager shapeManager = null;
if (inParallel) {
shapeManager = new ShapeManager(viewer, viewer.getModelSet());
vShapeManagers.add(shapeManager);
}
viewer.eval(process.context, shapeManager);
if (Logger.debugging)
Logger.debug("Process " + process.processName + " complete");