Click or drag to resize

TerminateExternalProcessResultResult Property

The Result property represents how a process termination was handleded.

"clean": The process was closed.

"terminated": The was terminated.

"failed": The close/terminate operation was unable to complete.

Default: "failed"

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public string Result { get; }

Property Value

Type: String
See Also