24252627282930313233
try { Process p = startProcess(); p.waitFor(); return p.exitValue(); } catch (IOException e) { throw new GCloudException(e); } catch (InterruptedException e) { throw new GCloudException(e); } }