:orphan: .. **************************************************************************** .. CUI//REL TO USA ONLY .. .. 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. .. **************************************************************************** UCI_ControlRequestStatusMessage ------------------------------- .. class:: UCI_ControlRequestStatusMessage inherits UCI_Message Overview ======== For every :class:`UCI_ControlRequestMessage`, a corresponding UCI_ControlRequestStatusMessage_ is sent detailing the status of the message. Methods ======= .. method:: string GetRemarks() Returns the remarks of the message. The remarks specify the reasons for the response to the control request. .. method:: bool IsApproved() Returns true if the control request has been approved, false otherwise. .. method:: bool IsDeleted() Returns true if the control request has been deleted, false otherwise. .. method:: bool IsPending() Returns true if the control request is pending, false otherwise. .. method:: bool IsRejected() Returns true if the control request has been rejected, false otherwise. .. method:: string UUID() Returns the string value of the ControlRequestID UUID.