Determine whether the last task started by Util.ShellExec() is still active.
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 |