| DesktopSystemreleaseExternalProcess Method  | 
 
                Removes the process entry for the passed UUID obtained 
                from a previous call to DesktopSystem.launchExternalProcess().
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic void releaseExternalProcess(
	string processUuid,
	AckCallback callback = null,
	AckCallback errorCallback = null
)
Parameters
- processUuid
- Type: SystemString
 The UUID for a process launched by DesktopSystem.launchExternalProcess()
- callback (Optional)
- Type: Openfin.DesktopAckCallback
 (Optional) A function that is called if the method succeeds.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
 (Optional) A function that is called if the method fails.
                The reason for failure is passed as an argument.
 See Also
See Also