4243444546474849505152
public void run() { try { final ProcessHandler process = createRunInMayaProcessHandler(); new RunContentExecutor(myProject, process) .withTitle(getTitle()) .withRerun(new Runnable() { @Override public void run() { SendToMayaCommand.this.run();