Click or drag to resize

LaunchExternalProcessResult Constructor

Creates an instance of a LaunchExternalProcessResult with the specified process UUID.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public LaunchExternalProcessResult(
	string processUuid
)

Parameters

processUuid
Type: SystemString
The UUID assigned to the created process.
See Also