*/
@SuppressWarnings({"ThrowFromFinallyBlock", "unchecked"})
public final T call() throws CommandException {
XLog.Info.get().setParameters(logInfo);
XLog log = XLog.getLog(getClass());
log.trace(logMask, "Start");
Instrumentation.Cron cron = new Instrumentation.Cron();
cron.start();
callables = new ArrayList<XCallable<Void>>();
delayedCallables = new ArrayList<XCallable<Void>>();
exceptionCallables = new ArrayList<XCallable<Void>>();