WsfTaskList

WsfTaskList

WsfTaskList is a container of references to WsfTask objects. Task lists are returned by WsfTaskManager::AssignedTaskList and WsfTaskManager::ReceivedTaskList.

Methods

int Count()

Return the number of entries list.

WsfTask Entry(int aIndex)

Return the entry at the given index, which must be in the range [ 0 .. Count()-1 ].

Iterator WsfTaskListIterator GetIterator()

Return an iterator that points to the beginning of the list. This is used by the script language to support the foreach command but may also be used directly.