ResultVariable
When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
System.TerminateProcess
OverviewExamples
boolean System.TerminateProcess ( number ProcessID )
De s cr ip t ion
Terminates a process given its process ID. Process IDs can be retrieved using the
System.EnumerateProcesses action.
P arame t er s
ProcessID
(number) The integer value that represents the specific process on the user's system. Process IDs can be retrieved using the System.EnumerateProcesses action.
Re t u r n s
(boolean) True if the process was terminated successfully, or false if it failed. You can use
Application.GetLastError to determine whether this action failed, and why.