Package org.gradle.profiler
Class CommandExec.RunHandle
java.lang.Object
org.gradle.profiler.CommandExec.RunHandle
- Enclosing class:
- CommandExec
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidkill()voidvoidwaitForSuccess(long timeout, TimeUnit unit)
-
Method Details
-
waitForSuccess
public void waitForSuccess() -
waitForSuccess
public void waitForSuccess(long timeout, TimeUnit unit) throws ExecutionException, InterruptedException, TimeoutException -
interrupt
public void interrupt() -
kill
public void kill()
-