end=System.nanoTime();
terminal.flushAllLogs();
if(cl.isAllArgsProcessed()){
terminal.logLine(ScardLogHandler.LOG_INFO,"INFO: "+ATimeUtilities.getTimeForUi()+": All command line arguments processed.");
}else{
throw new InvalidCommandLineException("Not all command line arguments have been processed.\n"+cl.toString());
}
deadTime=starScriptArgHandler.getDeadTime()+taskArgHandler.getDeadTime()+terminal.getDeadTime();
terminated=true;
}catch (StopRequestFromUserException e) {