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.6.0
Syntax public delegate void terminateExternalProcessHandler(
TerminateExternalProcessResult result
)
Parameters
- result
- Type: Openfin.DesktopTerminateExternalProcessResult
Contains the status of the prorcess after the operation has completed.
See Also