// Finally launch the external tool after
// options
// are filled
// in.
try {
new LaunchTunnelCommandManager(resolvedCommand).run(monitor);
}
catch (CoreException e) {
IStatus errorStatus = CloudFoundryPlugin.getErrorStatus(e);
CloudFoundryPlugin.log(errorStatus);
return errorStatus;