/
$cs.Sys_ExistProcess
$cs.Sys_ExistProcess
Syntax
$cs.Sys_ExistProcess(string processname)
Parameters
processname
check if process exist
Example
if ($cs.Sys_ExistProcess("Firefox.exe"))
{
$cs.sys_killprocess("Firefox.exe")
}
returns boolean
, multiple selections available,
Related content
$cs.Sys_WaitForProcess
$cs.Sys_WaitForProcess
More like this
$cs.Sys_WaitForProcessToExist
$cs.Sys_WaitForProcessToExist
More like this
$cs.Shell_Execute
$cs.Shell_Execute
More like this
$cs.Reg_ExistVariable
$cs.Reg_ExistVariable
More like this
$cs.Shell_ExecuteWithTimeout
$cs.Shell_ExecuteWithTimeout
More like this
$cs.File_DelFile
$cs.File_DelFile
More like this