Class LaunchExternalProcessResult


  • public class LaunchExternalProcessResult
    extends java.lang.Object
    Encapsulates the result from a call to DesktopSystem.launchExternalProcess().
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProcessUuid()
      Gets process UUID
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LaunchExternalProcessResult

        public LaunchExternalProcessResult​(java.lang.String uuid)
        Constructor
        Parameters:
        uuid - Process UUID
    • Method Detail

      • getProcessUuid

        public java.lang.String getProcessUuid()
        Gets process UUID
        Returns:
        process UUID