Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractJob
A job run in a queue.
These have a name and a run() method; use their reportCronFailure(message) method to deliver error messages (of course, you can also just log; reportCronFailure will in typically send a mail). Concrete jobs have to implement a getNextWakeupTime(gmtime) -> gmtime method; they probably have to redefine __init__; the must up-call.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
lastStarted = None hash(x) |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |