com.openfin.desktop
Class TerminateExternalProcessResult

java.lang.Object
  extended by 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".


Constructor Summary
TerminateExternalProcessResult(String processUuid, String result)
           
 
Method Summary
 String getProcessUuid()
           
 String getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminateExternalProcessResult

public TerminateExternalProcessResult(String processUuid,
                                      String result)
Method Detail

getProcessUuid

public String getProcessUuid()

getResult

public String getResult()


Copyright © 2016. All rights reserved.