<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > OS (Operating System) > OS_Process > OS_ProcessIsRunning |
Description
Returns if the passed process name is currently running or not.
Syntax
n = OS_ProcessIsRunning(sProcessName)
Returns
Number: 1 or 0.
Parameters
Name |
Type |
Optional |
Meaning |
sProcessName |
String |
No |
Name of the process to be tested |
Remarks
Restrictions
See also
Examples