fixed params in periods, added handle Job stub
This commit is contained in:
parent
b4641b15e1
commit
be1d712573
4 changed files with 10 additions and 2 deletions
|
|
@ -16,6 +16,12 @@ class JobInfo:
|
|||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
def setLogger(self, log):
|
||||
self.log = log
|
||||
|
||||
def handleCall(self):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue