* @brief Returns true while the session is ephemeral (operator/runtime deployments). */
| 97 | * @brief Returns true while the session is ephemeral (operator/runtime deployments). |
| 98 | */ |
| 99 | bool AppState::ephemeralSession() const noexcept |
| 100 | { |
| 101 | return m_ephemeralSession; |
| 102 | } |
| 103 | |
| 104 | //-------------------------------------------------------------------------------------------------- |
| 105 | // Public slots |