com.openfin.desktop
Class TerminateExternalProcessResult
java.lang.Object
com.openfin.desktop.TerminateExternalProcessResult
public class TerminateExternalProcessResult
- extends Object
Encapsulates the result from a call to DesktopSystem.terminateExternalProcess().
The result of the close/terminate can be retrieved by the getter named "Result".
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerminateExternalProcessResult
public TerminateExternalProcessResult(String processUuid,
String result)
getProcessUuid
public String getProcessUuid()
getResult
public String getResult()
Copyright © 2016. All rights reserved.