Click or drag to resize

TerminateExternalProcessResult Constructor (String, String)

Creates an instance of TerminateExternalProcessResult with the specified process UUID and result.

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

Parameters

processUuid
Type: SystemString
The UUID of the process launched by the Runtime.
result
Type: SystemString
The result of the process launch.
See Also