You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would probably use ProcessUtil.destroyGracefullyOrForcefullyAndWait() with user-configurable timeouts.
Which package to put it in? org.zeroturnaround.process.exec? org.zeroturnaround.process.contrib?
Add a usage example to README.
Unit test is probably not needed, as it uses ProcessUtil API which is already covered with tests.
The text was updated successfully, but these errors were encountered:
Would probably use
ProcessUtil.destroyGracefullyOrForcefullyAndWait()
with user-configurable timeouts.Which package to put it in?
org.zeroturnaround.process.exec
?org.zeroturnaround.process.contrib
?Add a usage example to
README
.Unit test is probably not needed, as it uses
ProcessUtil
API which is already covered with tests.The text was updated successfully, but these errors were encountered: