Job: + whenStarted, whenFinished callbacks, now with additional job argument; let Scheduler.schedule() return the real startTime (may be used as jobId)

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1915 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-08-14 08:25:13 +00:00
parent 2ac3c63888
commit 8469575076

View file

@ -135,7 +135,6 @@ How does this work?
... print 'executing'
... return d
>>> from time import time
>>> scheduler = agent.scheduler
>>> startTime = scheduler.schedule(TestJob())