:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfTaskList ----------- .. class:: WsfTaskList :class:`WsfTaskList` is a container of references to :class:`WsfTask` objects. Task lists are returned by :method:`WsfTaskManager::AssignedTaskList ` and :method:`WsfTaskManager::ReceivedTaskList `. Methods ======= .. method:: int Count() Return the number of entries list. .. method:: WsfTask Entry(int aIndex) Return the entry at the given index, which must be in the range [ 0 .. Count()-1 ]. .. method:: 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.