| terminateExternalProcessHandler Delegate | 
 
                A delegate which is passed the resulting status of a process after DesktopSystem.terminateExternalProcess() has completed.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic delegate void terminateExternalProcessHandler(
	TerminateExternalProcessResult result
)
Parameters
- result
- Type: Openfin.DesktopTerminateExternalProcessResult
 Contains the status of the prorcess after the operation has completed.
 See Also
See Also