Sys_WaitForProcess
Description
Waits until a specified process has terminated, or the maximum number of seconds has been exceeded
Â
Syntax
Sys_WaitForProcess(sProcessExeName, iMaxWaitSec, iIntervalSec) As Boolean
Â
Parameters
sProcessExeName (String)
Name of process
iMaxWaitSec (Integer)
Maximum number of seconds
iIntervalSec (Integer)
Number of seconds between each process-check
Â
Example
VBScript
If bStatus Then bStatus = Sys_WaitForProcess("CapaInstaller.exe", 25, 5)
Â
Related functions
Sys_Sleep Sys_KillProcess Sys_GetProcessOwner Sys_ExistProcess Sys_CompareProcessOwner