<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > OS (Operating System) > OS_Process > OS_ProcessKillById |
Description
Kill a process giving process id.
Syntax
n = OS_ProcessKillById(nProcessID)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
sProcessID |
String |
No |
ID of the process to be killed |
Remarks
Restrictions
See also
Examples