|
|
|
finish()
No further data will be added to the log file, so close it and
notify anyone who cares. |
source code
|
|
|
subscribe(subscriber,
catchup=False)
Register to receive output as data is added to the log. |
source code
|
|
|
unsubscribe(subscriber)
Remove a previously registered subscriber. |
source code
|
|
|
getStatus()
Return the IJobStatus that owns this log. |
source code
|
|
|
getFilename()
Return the filename of the file on disk containing the log
data. |
source code
|
|
|
isFinished()
Return a boolean indicating whether or not the log has
finished. |
source code
|
|
|
|