OS_ProcessKillByName

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > OS (Operating System) > OS_Process >

OS_ProcessKillByName

 

Description

 

Kill a process giving process name.

 

Syntax

 

n = OS_ProcessKillByName(sProcessName)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

sProcessName

String

No

Name of the process to be killed

 

Remarks

 

Restrictions

 

See also

 

Examples