Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
Groovy includes a handy waitForOrKill() method however it is often useful to know whether it was actually killed (to retry for example).
Issue Links
- is related to
-
GROOVY-5058
Improved process execution
-
It would only be partially useful in that if we try to kill at almost the same time as the process is actually finishing, then we might get a false positive.