jobcontrol - Control CGIBurn jobs.
jobcontrol lets a user kill or clean up a CGIBurn job. If the job requested it when it was created, it will ask the user to confirm first.
jobcontrol recognizes the following CGI parameters:
Uses job_confirm.tpl as job_confirm, job_cleaned as job_cleaned.tpl, and job_splash as job_splash.tpl.
All templates have access to all :const variables from
CGIBurn::Conf.
This is the only section of job_confirm. It is displayed when an action is requested on a job that requires confirmation.
It has access to the following special variables:
The job_cleaned template is used to indicate that a job has been cleaned up after.
The pagestart section is the first thing displayed.
It has access to the following special variables:
Displayed between pagestart and pageend. Has access to the same special
variables as job_cleaned/pagestart.
Last part of the page. Has access to the same special variables as
job_cleaned/pagestart.
This page is displayed while the user is waiting for a job to finish canceling.
It is the only section of the job_splash template.
It has access to the same special variables as
job_cleaned/pagestart.
CGIBurn::Job, viewjobs, CGIBin::CGITools, CGI, CGI::Carp, TEMPLATES.