org.hudsonci.plugins.jna
Class Kernel32Utils
java.lang.Object
org.hudsonci.plugins.jna.Kernel32Utils
public class Kernel32Utils
- extends Object
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
static int |
waitForExitProcess(com.sun.jna.Pointer hProcess)
Given the process handle, waits for its completion and returns the exit code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Kernel32Utils
public Kernel32Utils()
waitForExitProcess
public static int waitForExitProcess(com.sun.jna.Pointer hProcess)
throws InterruptedException
- Given the process handle, waits for its completion and returns the exit code.
- Throws:
InterruptedException
Copyright © 2004-2012 Hudson. All Rights Reserved.