436437438439440441442443444445446
newQueue.holdScriptEntry(entry.getKey(), entry.getValue()); } newQueue.setLastEntryExecuted(getLastEntryExecuted()); clear(); if (delay != null) newQueue.delayFor(delay); newQueue.start(); return newQueue; }