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

#include <jobqueue.h>

Collaboration diagram for JobQueueEntry:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 100 of file jobqueue.h.

Member Data Documentation

◆ id

int JobQueueEntry::id {0}

◆ chanid

uint JobQueueEntry::chanid {0}

Definition at line 102 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue(), and JobQueue::ProcessJob().

◆ recstartts

QDateTime JobQueueEntry::recstartts

Definition at line 103 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue(), and JobQueue::ProcessJob().

◆ schedruntime

QDateTime JobQueueEntry::schedruntime

Definition at line 104 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ startts

QString JobQueueEntry::startts

Definition at line 105 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ inserttime

QDateTime JobQueueEntry::inserttime

Definition at line 106 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ type

int JobQueueEntry::type {0}

◆ cmds

int JobQueueEntry::cmds {0}

Definition at line 108 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ flags

int JobQueueEntry::flags {0}

Definition at line 109 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ status

int JobQueueEntry::status {0}

Definition at line 110 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ statustime

QDateTime JobQueueEntry::statustime

Definition at line 111 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ hostname

QString JobQueueEntry::hostname

Definition at line 112 of file jobqueue.h.

Referenced by JobQueue::AllowedToRun(), and JobQueue::GetJobsInQueue().

◆ args

QString JobQueueEntry::args

Definition at line 113 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().

◆ comment

QString JobQueueEntry::comment

Definition at line 114 of file jobqueue.h.

Referenced by JobQueue::GetJobsInQueue().


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