|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Daemon-owned runtime status snapshot for tray and CLI clients. More...
#include <daemoncontroltypes.h>
Public Attributes | |
| bool | daemonRunning = false |
| Indicates whether the daemon reported itself as running. | |
| QString | configPath |
| Resolved config path used by the daemon process. | |
| bool | configExists = false |
| Indicates whether the config path currently exists on disk. | |
| QJsonObject | serviceDiagnostics |
| Daemon-owned service diagnostics payload for troubleshooting and status UI. | |
Daemon-owned runtime status snapshot for tray and CLI clients.
Definition at line 16 of file daemoncontroltypes.h.
| bool DaemonStatusSnapshot::configExists = false |
Indicates whether the config path currently exists on disk.
Definition at line 22 of file daemoncontroltypes.h.
| QString DaemonStatusSnapshot::configPath |
Resolved config path used by the daemon process.
Definition at line 20 of file daemoncontroltypes.h.
| bool DaemonStatusSnapshot::daemonRunning = false |
Indicates whether the daemon reported itself as running.
Definition at line 18 of file daemoncontroltypes.h.
| QJsonObject DaemonStatusSnapshot::serviceDiagnostics |
Daemon-owned service diagnostics payload for troubleshooting and status UI.
Definition at line 24 of file daemoncontroltypes.h.