TaskKit User's Guide

Version 0.8.1
Webware for Python 0.8.1

Synopsis

TaskKit provides a framework for the scheduling and management of tasks which can be triggered periodically or at specific times. Tasks can also be forced to execute immediately, set on hold or rescheduled with a different period (even dynamically).

Feedback

You can e-mail webware-discuss@lists.sourceforge.net to give feedback, discuss features and get help using TaskKit.

Introduction

Overview

Task Kit is brand new and does not have a real User's Guide yet. However, there are doc strings in the source code. Also, if you search WebKit for "task" you will find a real world use of this kit.

The development status of TaskKit is alpha. You can expect API and usage changes in the next version. If you use TaskKit, we highly recommend that you stay in sync with the latest in-development Webware via CVS. You should then re-read the latest docs, including this User's Guide and the TO DO list.

Known Bugs

Known bugs and future work in general, are documented in TO DO.

Credit

Authors: Tom Schwaller, Jay Love