=====
 JOB 
=====
| 

about
-----
| 

:author:  Wijnand 'tehmaze' Modderman - http://tehmaze.com
:contact: IRCNET/#dunkbots
:website: http://plugins.gozerbot.org
:license:  BSD
 
| 

description
-----------
| 

job management

| 

commands
--------
| 


1) job

    show job data of <jobid>

    ::

        <user> !job 1
        <output> <JobInterval instance next=1182823379.77, interval=300, repeat=0, function=<function loop at 0xaf0babc4>>,
        <output>  fires at 2007-06-26 04:02:59.000001

2) job-at

    start a job at given time

    ::

        <user> !job-at 11:00 say moooo
        <output> job scheduled

3) job-kill

    kill job with <jobid>

    ::

        <user> !job-kill 1
        <output> killed

4) job-list (jobs)

    show waiting jobs

    ::

        <user> !jobs-list
