TerminateExternalProcessResult Properties |
The TerminateExternalProcessResult type exposes the following members.
Name | Description | |
---|---|---|
Result |
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" | |
UUID |
The UUID property represents the mapped UUID for a process launched by DesktopSystem.launchExternalProcess()
Default: An empty string |