KiCad PCB EDA Suite
Loading...
Searching...
No Matches
BACKGROUND_JOB Struct Reference

#include <background_jobs_monitor.h>

Public Attributes

wxString m_name
 
wxString m_status
 
std::shared_ptr< BACKGROUND_JOB_REPORTERm_reporter
 
std::atomic< int > m_maxProgress
 
std::atomic< int > m_currentProgress
 

Detailed Description

Definition at line 76 of file background_jobs_monitor.h.

Member Data Documentation

◆ m_currentProgress

std::atomic<int> BACKGROUND_JOB::m_currentProgress

Definition at line 84 of file background_jobs_monitor.h.

◆ m_maxProgress

std::atomic<int> BACKGROUND_JOB::m_maxProgress

Definition at line 83 of file background_jobs_monitor.h.

◆ m_name

wxString BACKGROUND_JOB::m_name

Definition at line 79 of file background_jobs_monitor.h.

◆ m_reporter

std::shared_ptr<BACKGROUND_JOB_REPORTER> BACKGROUND_JOB::m_reporter

Definition at line 81 of file background_jobs_monitor.h.

◆ m_status

wxString BACKGROUND_JOB::m_status

Definition at line 80 of file background_jobs_monitor.h.


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