Click or drag to resize

TerminateExternalProcessResult Properties

The TerminateExternalProcessResult type exposes the following members.

Properties
  NameDescription
Public propertyResult
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"

Public propertyUUID
The UUID property represents the mapped UUID for a process launched by DesktopSystem.launchExternalProcess()

Default: An empty string

Top
See Also