.. include:: headings.inc .. _IdleMode: ========================================================================================================================================== |phoenix_title| **IdleMode** ========================================================================================================================================== The `IdleMode` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``IDLE_PROCESS_ALL`` Send idle events to all windows. ``IDLE_PROCESS_SPECIFIED`` Send idle events to windows that have the ``WS_EX_PROCESS_IDLE`` flag specified. ================================================================================ ================================================================================ |