Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

<dllobject>.Sys_WaitForProcessToExist(string processname, int MaxWaitSec, int IntervalSec)

Parameters

processname

Process name to wait for

MaxWaitSec

Max seconds to wait

IntervalSec

Seconds to sleep before checking again

Example

$cs.Sys_WaitForProcessToExist("clickshare_native.exe",30,1)
$cs.Sys_KillProcess("clickshare_native.exe")

returns nothing

  • No labels