Class 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".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • TerminateExternalProcessResult

        public TerminateExternalProcessResult​(java.lang.String processUuid,
                                              java.lang.String result)
    • Method Detail

      • getProcessUuid

        public java.lang.String getProcessUuid()
      • getResult

        public java.lang.String getResult()