ta.log(id_processor, id_task,
"The task was completed with " + st.name() + " status");
saveParams(Saved.TIME.after);
ta.setState(id_processor, id_task, st, null);
} else {
ta.setTaskError(cntx.id_task, new SysException(
"It is impossible processing"));
saveParams(Saved.TIME.after);
ta.setCanceled(id_processor, id_task);
}
} catch (RuntimeException ex) {