Util.GetTaskExitStatus() Method

Get the exit status of a task that was run via Util.ShellExec()

Syntax

Util.GetTaskExitStatus(TaskID)

The method syntax has these parts:

Part Description
TaskID (Long) task ID of the shelled task, returned from Util.ShellExec()
Return (Long) exit status as returned by the shelled task in its exit call to the OS

Remarks

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