=====
 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=1211574391.28, interval=1.0,
        <output>  repeat=0, group=ignore, function=<function ignorecheck
        <output>  at 0xb7a2d454>>, fires at 2008-05-23 22:26:31.000004

2) job-groups

    show all job groups

    ::

        <user> !job-groups
        <output> ignore .. alarm .. popcon .. lag .. backup

3) job-kill

    kill job with <jobid>

    ::

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

4) job-list (jobs)

    show all waiting jobs or all jobs belonging to [group]

    ::

        <user> !job-list
        <output> 1 (ignorecheck) .. 2 (test) .. 4 (update) .. 5 (loop)
        <output>  .. 6 (backup)

    ::

        <user> !job-list rss
        <output> no jobs
