Skip to content

Sys\_WaitForProcess

Waits until a specified process has terminated, or the maximum number of seconds has been exceeded

Sys_WaitForProcess(sProcessExeName, iMaxWaitSec, iIntervalSec) As Boolean

sProcessExeName (String)

Name of process

iMaxWaitSec (Integer)

Maximum number of seconds

iIntervalSec (Integer)

Number of seconds between each process-check

VBScript

If bStatus Then bStatus = Sys_WaitForProcess("CapaInstaller.exe", 25, 5)

Scripting Guidelines

Sys_Sleep Sys_KillProcess Sys_GetProcessOwner Sys_ExistProcess Sys_CompareProcessOwner