vtiCompletedTaskByUrl

C++: BOOL vtiCompletedTaskByUrl(LPCTSTR url, LPCTSTR cookie);
VB: vtiCompletedTaskByUrl(URL as String, Cookie as String) as Integer

Description

This method marks the first task matching the given URL and cookie as completed, and removes it from the list of active tasks.

Return Value

The return value is true (non-zero) for success, and false (zero) for failure.

Parameters

URL is the web-relative path to a document in the current web.

Cookie is an optional specifier for a part of the document (such as a bookmark in an HTML file), or some application-specific identifier.