STKXConControlQuitReceivedEventArgs =================================== .. py:class:: ansys.stk.core.stkx.STKXConControlQuitReceivedEventArgs Arguments for the OnConControlQuitReceived event. .. py:currentmodule:: STKXConControlQuitReceivedEventArgs Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkx.STKXConControlQuitReceivedEventArgs.acknowledge` - Indicate whether or not to acknowledge the connect command. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import STKXConControlQuitReceivedEventArgs Property detail --------------- .. py:property:: acknowledge :canonical: ansys.stk.core.stkx.STKXConControlQuitReceivedEventArgs.acknowledge :type: bool Indicate whether or not to acknowledge the connect command.