class documentation

class FeedbackFnJobPollReportCb(JobPollReportCbBase):

View In Hierarchy

Undocumented

Method __init__ Initializes this class.
Method ReportLogMessage Handles a log message.
Method ReportNotChanged Called if a job hasn't changed in a while.
Instance Variable feedback_fn Undocumented
def __init__(self, feedback_fn):

Initializes this class.

def ReportLogMessage(self, job_id, serial, timestamp, log_type, log_msg):

Handles a log message.

def ReportNotChanged(self, job_id, status):

Called if a job hasn't changed in a while.

feedback_fn =

Undocumented