Uses of Class
com.openfin.desktop.LaunchExternalProcessResult
Package | Description |
---|---|
com.openfin.desktop |
-
Uses of LaunchExternalProcessResult in com.openfin.desktop
Method parameters in com.openfin.desktop with type arguments of type LaunchExternalProcessResult Modifier and Type Method Description void
OpenFinRuntime. launchExternalProcess(java.lang.String path, java.lang.String commandLine, AsyncCallback<LaunchExternalProcessResult> callback, AckListener listener)
Runs an executable or batch file.void
OpenFinRuntime. launchExternalProcess(org.json.JSONObject launchConfig, AsyncCallback<LaunchExternalProcessResult> callback, AckListener listener)
Runs an executable or batch file.