mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
DaemonStatusSnapshot Struct Reference

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.
 

Detailed Description

Daemon-owned runtime status snapshot for tray and CLI clients.

Definition at line 16 of file daemoncontroltypes.h.

Member Data Documentation

◆ configExists

bool DaemonStatusSnapshot::configExists = false

Indicates whether the config path currently exists on disk.

Definition at line 22 of file daemoncontroltypes.h.

◆ configPath

QString DaemonStatusSnapshot::configPath

Resolved config path used by the daemon process.

Definition at line 20 of file daemoncontroltypes.h.

◆ daemonRunning

bool DaemonStatusSnapshot::daemonRunning = false

Indicates whether the daemon reported itself as running.

Definition at line 18 of file daemoncontroltypes.h.

◆ serviceDiagnostics

QJsonObject DaemonStatusSnapshot::serviceDiagnostics

Daemon-owned service diagnostics payload for troubleshooting and status UI.

Definition at line 24 of file daemoncontroltypes.h.


The documentation for this struct was generated from the following file: