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.5.1
Syntax 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