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

Result of a daemon status query. More...

#include <daemoncontrolclient.h>

Public Attributes

bool success = false
 Indicates whether the daemon query completed successfully.
 
DaemonStatusSnapshot snapshot
 Parsed typed snapshot when success is true.
 
QString errorMessage
 Human-readable failure reason when success is false.
 

Detailed Description

Result of a daemon status query.

Definition at line 14 of file daemoncontrolclient.h.

Member Data Documentation

◆ errorMessage

QString DaemonStatusResult::errorMessage

Human-readable failure reason when success is false.

Definition at line 20 of file daemoncontrolclient.h.

◆ snapshot

DaemonStatusSnapshot DaemonStatusResult::snapshot

Parsed typed snapshot when success is true.

Definition at line 18 of file daemoncontrolclient.h.

◆ success

bool DaemonStatusResult::success = false

Indicates whether the daemon query completed successfully.

Definition at line 16 of file daemoncontrolclient.h.


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