From ea8ea93528c5e867a2047929a0546bae9b31358c Mon Sep 17 00:00:00 2001 From: helmutm Date: Tue, 14 Aug 2007 08:25:56 +0000 Subject: [PATCH] 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@1916 fd906abe-77d9-0310-91a1-e0d9ade77398 --- agent/README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/README.txt b/agent/README.txt index 2249a78..fa08789 100644 --- a/agent/README.txt +++ b/agent/README.txt @@ -128,6 +128,7 @@ Configuration (per job) How does this work? ------------------- + >>> from time import time >>> from loops.agent.schedule import Job >>> class TestJob(Job): ... def execute(self):