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)

Scripting Guidelines

 

Related functions

Sys_Sleep Sys_KillProcess Sys_GetProcessOwner Sys_ExistProcess Sys_CompareProcessOwner