...
Seconds to sleep before checking again
Example
Code Block | ||
---|---|---|
| ||
if ($cs.Sys_ExistProcess("setup.exe")){ $cs.Sys_WaitForProcess("setup.exe",60,1)} |
...
...
Seconds to sleep before checking again
Code Block | ||
---|---|---|
| ||
if ($cs.Sys_ExistProcess("setup.exe")){ $cs.Sys_WaitForProcess("setup.exe",60,1)} |
...