Skip to content

Analysis Worker

Worker thread for running the Logseq Analyzer application.

Classes:

Name Description
AnalysisWorker

Thread worker for running the Logseq Analyzer application.

AnalysisWorker(args: dict)

Bases: QThread

Thread worker for running the Logseq Analyzer application.

Initialize the worker with arguments.

Methods:

Name Description
run

Run the Logseq Analyzer application.

update_progress

Update the progress bar and label during analysis.

run() -> None

Run the Logseq Analyzer application.

update_progress(value: int, label: str) -> None

Update the progress bar and label during analysis.