Package PyFoam :: Package Applications :: Module DisplayBlockMeshQt :: Class ReportToThreadRunner
[hide private]
[frames] | no frames]

Class ReportToThreadRunner

source code

                       object --+    
                                |    
Execution.BasicRunner.BasicRunner --+
                                    |
                                   ReportToThreadRunner

Instance Methods [hide private]
 
__init__(self, argv, thread)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
lineHandle(self, line)
called every time a new line is read
source code

Inherited from Execution.BasicRunner.BasicRunner: addEndTrigger, getSolutionDirectory, logName, runOK, start, startHandle, stopGracefully, stopHandle, writeResults

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, argv, thread)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • argv - list with the tokens that are the command line if not set the standard command line is used
  • silent - if True no output is sent to stdout
  • logname - name of the logfile
  • compressLog - Compress the logfile into a gzip
  • lam - Information about a parallel run
  • server - Whether or not to start the network-server
  • noLog - Don't output a log file
  • remark - User defined remark about the job
  • jobId - Job ID of the controlling system (Queueing system)
Overrides: object.__init__
(inherited documentation)

lineHandle(self, line)

source code 

called every time a new line is read

Overrides: Execution.BasicRunner.BasicRunner.lineHandle
(inherited documentation)