( |
|
|
|||
Will stop the process that has the specified ProcessID without prompting the user. |
Parameters: | |
The ID of the process that we are trying to stop. | |
global updating procedure OnApplicationStartup() begin ForceStopExternalProcess("9205"); return; end;
Related topics: |