Uses of Class
com.openfin.desktop.TerminateExternalProcessResult
-
Packages that use 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 voidOpenFinRuntime. 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.
-