Interface v.c.a.i.IScheduler(Interface):

Part of vmc.contrib.axiom.iaxiom View In Hierarchy

Known implementations: vmc.contrib.axiom.scheduler.Scheduler, vmc.contrib.axiom.scheduler.SubScheduler

An interface for scheduling tasks. Quite often the store will be adaptable to this; in any Mantissa application, for example; so it is reasonable to assume that it is if your application needs to schedule timed events or queue tasks.
Method schedule
def schedule(self, runnable, when):
Parametersrunnableany Item with a 'run' method.
whena Time instance describing when the runnable's run() method will be called. See extime.Time's documentation for more details.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.