Class TerminateExternalProcessResult

java.lang.Object
com.openfin.desktop.TerminateExternalProcessResult

public class TerminateExternalProcessResult
extends java.lang.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

    Constructors 
    Constructor Description
    TerminateExternalProcessResult​(java.lang.String processUuid, java.lang.String result)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getProcessUuid()  
    java.lang.String getResult()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait