: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. .. **************************************************************************** WsfTaskCancelMessage -------------------- .. class:: WsfTaskCancelMessage inherits WsfMessage :class:`WsfTaskCancelMessage` is sent by :method:`WsfTaskManager::CancelTask ` method when a task assignment is canceled. 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:: WsfPlatform Assignee() Returns the platform that was assigned the task. .. method:: string AssigneeName() Returns the name of the platform that was assigned the task. .. method:: WsfTrackId TrackId() Returns the track Id associated with the task. .. method:: string TaskType() Returns the task type. .. method:: string ResourceName() Returns the name of the resource that was specified to be used in the task.