<< Click here to display Table of Contents >> Navigation: TCC > Variables & Functions > Functions:
@ISPROC[pid] : Returns 1 if the specified process ID is an active process, or 0 if it is not.
Examples:
echo %@pid[tcc.exe]
447988
echo %@isproc[447988]
1