MythTV  master
Public Attributes | List of all members
RunningJobInfo Struct Reference

#include <jobqueue.h>

Collaboration diagram for RunningJobInfo:
Collaboration graph
[legend]

Public Attributes

int id {0}
 
int type {0}
 
int flag {0}
 
QString desc
 
QString command
 
ProgramInfopginfo {nullptr}
 

Detailed Description

Definition at line 117 of file jobqueue.h.

Member Data Documentation

◆ id

int RunningJobInfo::id {0}

◆ type

int RunningJobInfo::type {0}

Definition at line 119 of file jobqueue.h.

Referenced by JobQueue::ProcessJob().

◆ flag

int RunningJobInfo::flag {0}

Definition at line 120 of file jobqueue.h.

Referenced by JobQueue::ProcessJob().

◆ desc

QString RunningJobInfo::desc

Definition at line 121 of file jobqueue.h.

Referenced by JobQueue::ProcessJob().

◆ command

QString RunningJobInfo::command

Definition at line 122 of file jobqueue.h.

Referenced by JobQueue::ProcessJob().

◆ pginfo

ProgramInfo* RunningJobInfo::pginfo {nullptr}

Definition at line 123 of file jobqueue.h.

Referenced by JobQueue::ProcessJob().


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