Util.IsTaskActive() Method

Determine whether the last task started by Util.ShellExec() is still active.

Syntax

Util.IsTaskActive(TaskID)

The method syntax has these parts:

Part Description
TaskID (Long) The Win32 task ID returned by call to Uril.ShellExec()
Return (Boolean) True if task is still active, else False

Remarks

See Util.ShellExec() for a complete description of ACP's scriptable external program activation capabilities.