Uses of Class
com.openfin.desktop.TerminateExternalProcessResult
Package | Description |
---|---|
com.openfin.desktop |
-
Uses of TerminateExternalProcessResult in com.openfin.desktop
Method parameters in com.openfin.desktop with type arguments of type TerminateExternalProcessResult Modifier and Type Method Description void
OpenFinRuntime. terminateExternalProcess(java.lang.String processUuid, int timeout, boolean killTree, AsyncCallback<TerminateExternalProcessResult> callback, AckListener listener)
Attempts to cleanly close an external process and terminates it if the close has not occured after the elapsed timeout in milliseconds.