Package com.openfin.desktop
Class TerminateExternalProcessResult
- java.lang.Object
-
- com.openfin.desktop.TerminateExternalProcessResult
-
public class TerminateExternalProcessResult extends java.lang.ObjectEncapsulates the result from a call to DesktopSystem.terminateExternalProcess(). The result of the close/terminate can be retrieved by the getter named "Result".
-
-
Constructor Summary
Constructors Constructor Description TerminateExternalProcessResult(java.lang.String processUuid, java.lang.String result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProcessUuid()java.lang.StringgetResult()
-