LocalHistory.getInstance().putSystemLabel(project, executor.getId() + " " + runProfile.getName());
}
ExecutionManager.getInstance(project).getContentManager().showRunContent(executor, descriptor);
ProcessHandler processHandler = descriptor.getProcessHandler();
if (processHandler != null) processHandler.startNotify();
} catch (ExecutionException e) {
e.printStackTrace();
}
}
}