Click or drag to resize

launchExternalProcessHandler Delegate

A delegate which receives a mapped process UUID from DesktopSystem.launchExternalProcess()

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public delegate void launchExternalProcessHandler(
	LaunchExternalProcessResult result
)

Parameters

result
Type: Openfin.DesktopLaunchExternalProcessResult
Contains the resulting mapped UUID.
See Also