: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. .. **************************************************************************** WsfTaskAssignMessage -------------------- .. class:: WsfTaskAssignMessage inherits WsfMessage :class:`WsfTaskAssignMessage` is sent by :method:`WsfTaskManager::AssignTask ` method when a task assignment is made. It should normally be processed by the receiving task manager but can be examined by a script method that handles messages. Methods ======= .. method:: WsfPlatform Assigner() Returns the platform that assigned the task. .. method:: string AssignerName() Returns the name of the platform that assigned the task. .. method:: WsfTrack Track() Returns the track associated with the task. .. method:: string TaskType() Returns the task type. .. method:: string ResourceName() Returns the resource name specified to use in the task.