Personal tools
You are here: Home catalog collective.recipe.taskscheduler
Log in


Forgot your password?
 

collective.recipe.taskscheduler

Recipe for registering/unregistering Scheduled Tasks to be run at specific times using the Task Scheduler API from Windows

Current release
collective.recipe.taskscheduler 0.1

Released Dec 02, 2009

Download file Get collective.recipe.taskscheduler for All platforms (27.6 kB)
collective.recipe.taskscheduler-0.1.zip
Download file Get collective.recipe.taskscheduler for All platforms (22.7 kB)
collective.recipe.taskscheduler-0.1-py2.4.egg

Project Description

Detailed Documentation

Supported options

The recipe supports the following options:

option1
Description for option1...
option2
Description for option2...

Example usage

We'll start by creating a buildout that uses the recipe:

>>> write('buildout.cfg',
... """
... [buildout]
... parts = test1
...
... [test1]
... recipe = collective.recipe.taskscheduler
... option1 = %(foo)s
... option2 = %(bar)s
... """ % { 'foo' : 'value1', 'bar' : 'value2'})

Running the buildout gives us:

>>> print 'start', system(buildout)
start...
Installing test1.
Unused options for test1: 'option2' 'option1'.
<BLANKLINE>

Contributors

Sidnei da Silva, Author

Change history

0.1 (xxxx-xx-xx)

  • Created recipe with ZopeSkel [Sidnei da Silva].
« May 2013 »
May
MonTueWedThuFriSatSun
12345
6789101112
13141516171819
20212223242526
2728293031