OperatingSystem.KillProcesses
Method | |
---|---|
Module | OperatingSystem |
Library | Core |
Action | Terminate a running process (or set of process instances of the same executable). |
Parameters |
For Windows, this is the basename (e.g. " For Linux it can be the basename (e.g. " |
Return values |
|
Example | OperatingSystem.KillProcesses(Executable:"notepad.exe"); OperatingSystem.KillProcesses(Executable:"/usr/lib64/firefox/firefox"); |
Platforms |
|
Notes |