17281729173017311732173317341735173617371738
job = getMediumPriorityJob(); if (job == null) job = getLowPriorityJob(); } if (job != null) { job.execute(digitalSTROM, getSessionToken()); } try { sleep(this.sleepTime); } catch (InterruptedException e) {