#1994: Update scheduler documentation with info about SingleTask (#1710)
---------------------------+------------------------------------------------
 Reporter:  Chris Arndt    |        Owner:  Chris Arndt
     Type:  task           |       Status:  new        
 Priority:  normal         |    Milestone:  1.1        
Component:  Documentation  |      Version:  1.1 HEAD   
 Severity:  normal         |   Resolution:             
 Keywords:  doc task       |  
---------------------------+------------------------------------------------
Comment (by fetchinson):

 So here I'm copying it:

 25c25
 < There are three functions you can use to schedule jobs. They are
 ``add_interval_task``, ``add_weekday_task``, ``add_monthday_task`` and
 ``add_single_task``.
 ---
 > There are three functions you can use to schedule jobs. They are
 ``add_interval_task``, ``add_weekday_task``, and ``add_monthday_task``.
 27c27
 < All four functions return a ``Task`` object. If you hold on to that
 ``Task`` object, you can later
 ---
 > All three functions return a ``Task`` object. If you hold on to that
 ``Task`` object, you can later
 89,92d88
 < ``add_single_task``
 <   Runs a task once. Pass in ``initialdelay`` with a number of seconds to
 wait
 <   before running.
 <

-- 
Ticket URL: <http://trac.turbogears.org/ticket/1994#comment:2>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to