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_WaitForProcess(string processname, int MaxWaitSec, int IntervalSec)

Parameters

processname

Process name to wait for to finish

MaxWaitSec

Max seconds to wait

IntervalSec

Seconds to sleep before checking again

Example

if ($cs.Sys_ExistProcess("setup.exe")){ $cs.Sys_WaitForProcess("setup.exe",60,1)}

returns nothing

  • No labels