Aijaz Ansari > TaskForest-1.33 > TaskForest::Rerun

Download:
TaskForest/TaskForest-1.33.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.30   Source  

NAME ^

TaskForest::Rerun - Functions related to rerunning a job

SYNOPSIS ^

 use TaskForest::Rerun;

 &TaskForest::Rerun::rerun($family_name, $job_name)

DOCUMENTATION ^

If you're just looking to use the taskforest application, the only documentation you need to read is that for TaskForest. You can do this either of the two ways:

perldoc TaskForest

OR

man TaskForest

DESCRIPTION ^

This is a simple package that provides a location for the rerun function, so that it can be used in the test scripts as well.

METHODS ^

rerun()
 Usage     : rerun($family_name, $job_name, $log_dir)
 Purpose   : Rerun the specified job.  The existing job files will be
             renamed to $family_name.$job_name--Orig_$n--.* where $n
             is the next sequence number (starting from 1). 
 Returns   : Nothing
 Arguments : $family_name - the family name
             $job_name - the job name
             $log_dir - the root log directory
 Throws    : Nothing