|
MythTV master
|
#include <libmythtv/jobqueue.h>
Public Attributes | |
| int | id {0} |
| uint | chanid {0} |
| QDateTime | recstartts |
| QDateTime | schedruntime |
| QString | startts |
| QDateTime | inserttime |
| int | type {0} |
| int | cmds {0} |
| int | flags {0} |
| int | status {0} |
| QDateTime | statustime |
| QString | hostname |
| QString | args |
| QString | comment |
Definition at line 100 of file jobqueue.h.
| QString JobQueueEntry::args |
Definition at line 113 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| uint JobQueueEntry::chanid {0} |
Definition at line 102 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue(), and JobQueue::ProcessJob().
| int JobQueueEntry::cmds {0} |
Definition at line 108 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| QString JobQueueEntry::comment |
Definition at line 114 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| int JobQueueEntry::flags {0} |
Definition at line 109 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| QString JobQueueEntry::hostname |
Definition at line 112 of file jobqueue.h.
Referenced by JobQueue::AllowedToRun(), and JobQueue::GetJobsInQueue().
| int JobQueueEntry::id {0} |
Definition at line 101 of file jobqueue.h.
Referenced by discid.disc.Disc::__str__(), JobQueue::GetJobsInQueue(), hardwareprofile.devicelist.PCIDevice::process(), hardwareprofile.devicelist.USBDevice::process(), and JobQueue::ProcessJob().
| QDateTime JobQueueEntry::inserttime |
Definition at line 106 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| QDateTime JobQueueEntry::recstartts |
Definition at line 103 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue(), and JobQueue::ProcessJob().
| QDateTime JobQueueEntry::schedruntime |
Definition at line 104 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| QString JobQueueEntry::startts |
Definition at line 105 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| int JobQueueEntry::status {0} |
Definition at line 110 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| QDateTime JobQueueEntry::statustime |
Definition at line 111 of file jobqueue.h.
Referenced by JobQueue::GetJobsInQueue().
| int JobQueueEntry::type {0} |
Definition at line 107 of file jobqueue.h.
Referenced by JobQueue::AllowedToRun(), JobQueue::GetJobsInQueue(), and JobQueue::ProcessJob().