public void processing(ITaskAPI ta) throws Throwable {
try {
System.out.println("Scheduler by name '" + sti.getName()
+ "' was started");
Action act;
Context cntx = new Context(id_processor, 0, ta, sti);
while (!Action.STOP.equals(act = sti.getAction(cntx))) {
if (Action.START.equals(act) || Action.ONES.equals(act)) {
cntx = sti.createAndReadyTask(cntx, null, null);
if (sti.getWaitFinished(cntx)) {